Poodletooth-iLand/panda/direct/showbase/TkGlobal.py

13 lines
311 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
""" This module is now vestigial. """
from Tkinter import *
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 spawnTkLoop():
base.spawnTkLoop()