summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/modulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/modulator.py')
-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 d4b8510..d719649 100755
--- a/Tools/modulator/modulator.py
+++ b/Tools/modulator/modulator.py
@@ -17,7 +17,7 @@
#
import sys, os
-if os.name <> 'mac':
+if os.name != 'mac':
sys.path.append(os.path.join(os.environ['HOME'],
'src/python/Tools/modulator'))