summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-10-23 14:34:52 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-10-23 14:34:52 (GMT)
commitf39ca24ebc2ea15c5d480e92ce2b16c274f799b1 (patch)
tree71959eaefc1d0f53ef153d727e2f0d283d0643ef /Tools
parentba0311ecff83c6672938bb82aa7b01961371c913 (diff)
downloadcpython-f39ca24ebc2ea15c5d480e92ce2b16c274f799b1.zip
cpython-f39ca24ebc2ea15c5d480e92ce2b16c274f799b1.tar.gz
cpython-f39ca24ebc2ea15c5d480e92ce2b16c274f799b1.tar.bz2
Removed unneeded reference to tkinter
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/modulator/modulator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/modulator/modulator.py b/Tools/modulator/modulator.py
index 2db0455..dd1ade5 100755
--- a/Tools/modulator/modulator.py
+++ b/Tools/modulator/modulator.py
@@ -21,7 +21,6 @@ sys.path.append(os.path.join(os.environ['HOME'], 'src/python/Tools/modulator'))
from Tkinter import *
from Tkextra import *
-import tkinter
from ScrolledListbox import ScrolledListbox
import sys
import genmodule