MainWindow.__init__(): Move the import of Tkinter to here so that
command line operation is (much) faster.
diff --git a/Tools/audiopy/audiopy b/Tools/audiopy/audiopy
index 1d25362..005569a 100755
--- a/Tools/audiopy/audiopy
+++ b/Tools/audiopy/audiopy
@@ -37,7 +37,6 @@
 """
 
 import sys
-from Tkinter import *
 import sunaudiodev
 from SUNAUDIODEV import *
 
@@ -50,6 +49,7 @@
 
 class MainWindow:
     def __init__(self, device):
+        from Tkinter import *
         self.__devctl = device
         info = device.getinfo()
         #