Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd218ca

Browse files
committed
moved Demo/modulator to Tools/modulator
1 parent 309e8ac commit fd218ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/modulator/modulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818

1919
import sys, os
20-
sys.path.append(os.path.join(os.environ['HOME'], 'src/python/Demo/modulator'))
20+
sys.path.append(os.path.join(os.environ['HOME'], 'src/python/Tools/modulator'))
2121

2222
from Tkinter import *
2323
from Tkextra import *

0 commit comments

Comments
 (0)