diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-23 14:34:52 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-23 14:34:52 (GMT) |
commit | f39ca24ebc2ea15c5d480e92ce2b16c274f799b1 (patch) | |
tree | 71959eaefc1d0f53ef153d727e2f0d283d0643ef /Tools | |
parent | ba0311ecff83c6672938bb82aa7b01961371c913 (diff) | |
download | cpython-f39ca24ebc2ea15c5d480e92ce2b16c274f799b1.zip cpython-f39ca24ebc2ea15c5d480e92ce2b16c274f799b1.tar.gz cpython-f39ca24ebc2ea15c5d480e92ce2b16c274f799b1.tar.bz2 |
Removed unneeded reference to tkinter
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/modulator/modulator.py | 1 |
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 |