diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-09-11 15:22:18 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-09-11 15:22:18 +0200 |
commit | a28ad2b0c778789f0f7de0df142db0ac3022a003 (patch) | |
tree | 07b5f9fd7c666ad5e42ac3cb454ff7f802ea6934 /kcc.py | |
parent | Updated README and version bump (diff) | |
download | kcc-a28ad2b0c778789f0f7de0df142db0ac3022a003.tar.gz kcc-a28ad2b0c778789f0f7de0df142db0ac3022a003.tar.bz2 kcc-a28ad2b0c778789f0f7de0df142db0ac3022a003.zip |
Little code cleanup
Diffstat (limited to 'kcc.py')
-rw-r--r-- | kcc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kcc.py b/kcc.py index c81a806..5f4a4f9 100644 --- a/kcc.py +++ b/kcc.py @@ -32,7 +32,6 @@ except ImportError: exit(1) from kcc import KCC_gui 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 |