*** empty log message ***

This commit is contained in:
Joe Shochet 2002-01-11 22:02:11 +00:00
parent bb92baf0bb
commit 65df619ad2

View File

@ -12,7 +12,7 @@ class FSM(DirectObject):
# special methods
def __init__(self, name, states=[], initialStateName=None,
finalStateName=None, easyDict = None):
finalStateName=None):
"""__init__(self, string, State[], string, string)
FSM constructor: takes name, list of states, initial state and