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:
|
||||
sys.modules['_Pmw'].__name__ = '_Pmw'
|
||||
|
||||
def spawnWxLoop():
|
||||
base.spawnWxLoop()
|
||||
def spawnTkLoop():
|
||||
base.spawnTkLoop()
|
||||
|
|
|
|||
Loading…
Reference in New Issue