Browse Source

*** empty log message ***

Joe Shochet 24 years ago
parent
commit
65df619ad2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/fsm/FSM.py

+ 1 - 1
direct/src/fsm/FSM.py

@@ -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