MainWindow.__init__(): Move the import of Tkinter to here so that

command line operation is (much) faster.
This commit is contained in:
Barry Warsaw 1998-11-01 07:13:14 +00:00
parent 3febc2443c
commit 9ade9ddb14
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,6 @@ Other options are:
"""
import sys
from Tkinter import *
import sunaudiodev
from SUNAUDIODEV import *
@ -50,6 +49,7 @@ __version__ = '1.0'
class MainWindow:
def __init__(self, device):
from Tkinter import *
self.__devctl = device
info = device.getinfo()
#