Dave Schuyler hace 21 años
padre
commit
e2e3474d8c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      direct/src/fsm/FSM.py

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

@@ -196,7 +196,6 @@ class FSM(DirectObject.DirectObject):
             # These are direct requests to a particular state.
             # These are direct requests to a particular state.
             if request[0] in string.uppercase:
             if request[0] in string.uppercase:
                 return (request,) + args
                 return (request,) + args
-            
         else:
         else:
             # If self.defaultTransitions is not None, it is a map of
             # If self.defaultTransitions is not None, it is a map of
             # allowed transitions from each state.  That is, each key
             # allowed transitions from each state.  That is, each key