formatting

This commit is contained in:
Dave Schuyler 2004-06-08 22:10:07 +00:00
parent b9257df888
commit fccd4f5b8e
2 changed files with 3 additions and 3 deletions

View File

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

View File

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