mirror of https://github.com/python/cpython.git
moved Demo/modulator to Tools/modulator
This commit is contained in:
parent
309e8ac579
commit
fd218ca865
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue