Poodletooth-iLand/panda/direct/showbase/TkGlobal.py
2015-03-03 17:10:12 -05:00

12 lines
311 B
Python

""" 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()