mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 01:07:54 +00:00
12 lines
311 B
Python
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()
|