Browse Source

removed leftover if

Chris Brunner 15 years ago
parent
commit
503760f751
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/showbase/TkGlobal.py

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

@@ -13,7 +13,6 @@ import sys
 if '_Pmw' in sys.modules:
     sys.modules['_Pmw'].__name__ = '_Pmw'
 
-if 
 __builtins__["tkroot"] = Pmw.initialise()
 
 def tkLoop(self):