import change fix

This commit is contained in:
Justin Butler 2006-08-10 20:51:50 +00:00
parent 09628e21d6
commit 9e5535d6f7
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
from Tkinter import *
import Pmw
import sys
from direct.task import Task
# This is required by the ihooks.py module used by Squeeze (used by
# pandaSqueezer.py) so that Pmw initializes properly
sys.modules['_Pmw'].__name__ = '_Pmw'

View File

@ -276,8 +276,8 @@ class Transitions:
self.letterboxTop = DirectFrame(
parent = self.letterbox,
guiId = 'letterboxTop',
relief = FLAT,
state = NORMAL,
relief = DGG.FLAT,
state = DGG.NORMAL,
frameColor = (0, 0, 0, 1),
borderWidth = (0, 0),
frameSize = (-1, 1, 0, 0.2),
@ -286,8 +286,8 @@ class Transitions:
self.letterboxBottom = DirectFrame(
parent = self.letterbox,
guiId = 'letterboxBottom',
relief = FLAT,
state = NORMAL,
relief = DGG.FLAT,
state = DGG.NORMAL,
frameColor = (0, 0, 0, 1),
borderWidth = (0, 0),
frameSize = (-1, 1, 0, 0.2),