about summary refs log tree commit diff
path: root/kcc.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@vulturis.eu>2013-09-11 15:22:18 +0200
committerPaweł Jastrzębski <pawelj@vulturis.eu>2013-09-11 15:22:18 +0200
commita28ad2b0c778789f0f7de0df142db0ac3022a003 (patch)
tree07b5f9fd7c666ad5e42ac3cb454ff7f802ea6934 /kcc.py
parentUpdated README and version bump (diff)
downloadkcc-a28ad2b0c778789f0f7de0df142db0ac3022a003.tar.gz
kcc-a28ad2b0c778789f0f7de0df142db0ac3022a003.tar.bz2
kcc-a28ad2b0c778789f0f7de0df142db0ac3022a003.zip
Little code cleanup
Diffstat (limited to 'kcc.py')
-rw-r--r--kcc.py1
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