mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
12 lines
289 B
Python
12 lines
289 B
Python
""" This module is now vestigial. """
|
|
|
|
import sys, Pmw
|
|
|
|
# This is required by the ihooks.py module used by Squeeze (used by
|
|
# pandaSqueezer.py) so that Pmw initializes properly
|
|
if '_Pmw' in sys.modules:
|
|
sys.modules['_Pmw'].__name__ = '_Pmw'
|
|
|
|
def spawnWxLoop():
|
|
base.spawnWxLoop()
|