mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
moved Demo/modulator to Tools/modulator
This commit is contained in:
parent
309e8ac579
commit
fd218ca865
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue