mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
moved Demo/modulator to Tools/modulator
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user