Browse Source

*** empty log message ***

Joe Shochet 23 years ago
parent
commit
b022be29f9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/showbase/PythonUtil.py

+ 0 - 1
direct/src/showbase/PythonUtil.py

@@ -13,7 +13,6 @@ def ifAbsentPut(dict, key, newValue):
         dict[key] = newValue
         dict[key] = newValue
         return newValue
         return newValue
 
 
-
 def indent(stream, numIndents, str):
 def indent(stream, numIndents, str):
     """
     """
     Write str to stream with numIndents in front it it
     Write str to stream with numIndents in front it it