mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
removed leftover if
This commit is contained in:
parent
fe4531054d
commit
503760f751
@ -13,7 +13,6 @@ import sys
|
|||||||
if '_Pmw' in sys.modules:
|
if '_Pmw' in sys.modules:
|
||||||
sys.modules['_Pmw'].__name__ = '_Pmw'
|
sys.modules['_Pmw'].__name__ = '_Pmw'
|
||||||
|
|
||||||
if
|
|
||||||
__builtins__["tkroot"] = Pmw.initialise()
|
__builtins__["tkroot"] = Pmw.initialise()
|
||||||
|
|
||||||
def tkLoop(self):
|
def tkLoop(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user