formatting

This commit is contained in:
Dave Schuyler 2004-05-28 05:08:58 +00:00
parent fbf95c3f95
commit e2e3474d8c

View File

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