Browse Source

changed lf to dashes

Dave Schuyler 20 years ago
parent
commit
f3c1a1e61a
1 changed files with 2 additions and 3 deletions
  1. 2 3
      direct/src/showbase/PythonUtil.py

+ 2 - 3
direct/src/showbase/PythonUtil.py

@@ -94,8 +94,8 @@ if __debug__:
                 r+=i
             return r
 
+#-----------------------------------------------------------------------------
 
-
 def traceFunctionCall(frame):
     """
     return a string that shows the call frame with calling arguments.
@@ -183,9 +183,8 @@ def trace(frame, event, arg):
 def troff():
     sys.settrace(None)
 
+#-----------------------------------------------------------------------------
 
-
-
 def apropos(obj, *args):
     """
     Obsolete, use pdir