summaryrefslogtreecommitdiffstats
path: root/Tools/pynche
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1999-03-26 15:59:51 (GMT)
committerBarry Warsaw <barry@python.org>1999-03-26 15:59:51 (GMT)
commit61ba0721db1d3f31beb6a04dd8983114d1ee9d5b (patch)
treeba783deeeb7542505a6cda8d57ecec8565359b8f /Tools/pynche
parent3eccc48b5b798c879533acb2611efebca5348bfe (diff)
downloadcpython-61ba0721db1d3f31beb6a04dd8983114d1ee9d5b.zip
cpython-61ba0721db1d3f31beb6a04dd8983114d1ee9d5b.tar.gz
cpython-61ba0721db1d3f31beb6a04dd8983114d1ee9d5b.tar.bz2
Removed unnecessary import `from PyncheWidget import PyncheWidget'
Diffstat (limited to 'Tools/pynche')
-rw-r--r--Tools/pynche/pyColorChooser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pynche/pyColorChooser.py b/Tools/pynche/pyColorChooser.py
index 1eb0e5f..c487b0e 100644
--- a/Tools/pynche/pyColorChooser.py
+++ b/Tools/pynche/pyColorChooser.py
@@ -2,7 +2,6 @@
"""
import os
-from PyncheWidget import PyncheWidget
import Main
import ColorDB