mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
um, fix paste-buffer corruption issue, heh heh
This commit is contained in:
parent
1c5366dfce
commit
aa76d1ca47
@ -7,5 +7,5 @@ import sys, Pmw
|
|||||||
if '_Pmw' in sys.modules:
|
if '_Pmw' in sys.modules:
|
||||||
sys.modules['_Pmw'].__name__ = '_Pmw'
|
sys.modules['_Pmw'].__name__ = '_Pmw'
|
||||||
|
|
||||||
def spawnWxLoop():
|
def spawnTkLoop():
|
||||||
base.spawnWxLoop()
|
base.spawnTkLoop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user