silly fix here, added an end quote to two comment blocks, so that the emacs color formatting works

This commit is contained in:
Zachary Pavlov 2005-07-28 18:10:01 +00:00
parent 5b5d6b9218
commit c8dbf0251f
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ class DistributedObject(PandaObject):
""" """
print out "doId(parentId,zoneId) className print out "doId(parentId,zoneId) className
and conditionally show generated, disabled, neverDisable, and conditionally show generated, disabled, neverDisable,
or cachable or cachable"
""" """
spaces=' '*(indent+2) spaces=' '*(indent+2)
try: try:

View File

@ -55,7 +55,7 @@ class DistributedObjectAI(DirectObject):
""" """
print out doId(parentId,zoneId) className print out doId(parentId,zoneId) className
and conditionally show generated, disabled, neverDisable, and conditionally show generated, disabled, neverDisable,
or cachable or cachable"
""" """
spaces=' '*(indent+2) spaces=' '*(indent+2)
try: try: