mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
cleanup: Remove newlines at end of direct/src/fsm/State.py
This commit is contained in:
parent
dae9e31223
commit
fcfe3206eb
@ -224,18 +224,3 @@ class State(DirectObject):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
return "State: name = %s, enter = %s, exit = %s, trans = %s, children = %s" %\
|
return "State: name = %s, enter = %s, exit = %s, trans = %s, children = %s" %\
|
||||||
(self.__name, self.__enterFunc, self.__exitFunc, self.__transitions, self.__FSMList)
|
(self.__name, self.__enterFunc, self.__exitFunc, self.__transitions, self.__FSMList)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user