Skip to content

Commit

Permalink
Switching to PyQt correctly evaluates PATH in OS X.
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
ciromattia committed Sep 16, 2013
1 parent 4c96de9 commit d327a72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
from multiprocessing import freeze_support

if sys.platform == 'darwin':
os.environ['PATH'] = '/usr/local/bin:' + os.environ['PATH']
from kcc import KCC_ui_osx as KCC_ui
else:
from kcc import KCC_ui
Expand Down

0 comments on commit d327a72

Please sign in to comment.