summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-02 15:55:28 (GMT)
committerGuido van Rossum <guido@python.org>1995-03-02 15:55:28 (GMT)
commitfd218ca865046cb8689f12104fdaad32a1cefc08 (patch)
treef94ec6e7f4efaec2eea6d374d06a8db3874ddcc6 /Tools
parent309e8ac579a26c18b38a2ee82cfd426bd7d51206 (diff)
downloadcpython-fd218ca865046cb8689f12104fdaad32a1cefc08.zip
cpython-fd218ca865046cb8689f12104fdaad32a1cefc08.tar.gz
cpython-fd218ca865046cb8689f12104fdaad32a1cefc08.tar.bz2
moved Demo/modulator to Tools/modulator
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/modulator/modulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/modulator/modulator.py b/Tools/modulator/modulator.py
index b569ac6..2db0455 100755
--- a/Tools/modulator/modulator.py
+++ b/Tools/modulator/modulator.py
@@ -17,7 +17,7 @@
#
import sys, os
-sys.path.append(os.path.join(os.environ['HOME'], 'src/python/Demo/modulator'))
+sys.path.append(os.path.join(os.environ['HOME'], 'src/python/Tools/modulator'))
from Tkinter import *
from Tkextra import *