silly fix here, added an end quote to two comment blocks, so that the emacs color formatting works
This commit is contained in:
parent
5b5d6b9218
commit
c8dbf0251f
|
|
@ -75,7 +75,7 @@ class DistributedObject(PandaObject):
|
|||
"""
|
||||
print out "doId(parentId,zoneId) className
|
||||
and conditionally show generated, disabled, neverDisable,
|
||||
or cachable
|
||||
or cachable"
|
||||
"""
|
||||
spaces=' '*(indent+2)
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class DistributedObjectAI(DirectObject):
|
|||
"""
|
||||
print out doId(parentId,zoneId) className
|
||||
and conditionally show generated, disabled, neverDisable,
|
||||
or cachable
|
||||
or cachable"
|
||||
"""
|
||||
spaces=' '*(indent+2)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue