formatting
This commit is contained in:
parent
b9257df888
commit
fccd4f5b8e
|
|
@ -76,7 +76,7 @@ class ClassicFSM(DirectObject):
|
|||
return self.__str__()
|
||||
|
||||
def __str__(self):
|
||||
"""__str__(self)
|
||||
"""
|
||||
Print out something useful about the fsm
|
||||
"""
|
||||
currentState = self.getCurrentState()
|
||||
|
|
|
|||
|
|
@ -221,8 +221,8 @@ class DirectGuiBase(PandaObject.PandaObject):
|
|||
|
||||
def initialiseoptions(self, myClass):
|
||||
"""
|
||||
initialiseoptions(myClass) - call all initialisation functions
|
||||
to initialize widget options to default of keyword value
|
||||
Call all initialisation functions to initialize widget
|
||||
options to default of keyword value
|
||||
"""
|
||||
# This is to make sure this method class is only called by
|
||||
# the most specific class in the class hierarchy
|
||||
|
|
|
|||
Loading…
Reference in New Issue