1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-22 15:32:06 +00:00

Little code cleanup

This commit is contained in:
Paweł Jastrzębski
2013-09-11 15:22:18 +02:00
parent 4c96de9cdf
commit a28ad2b0c7
5 changed files with 4 additions and 5 deletions

1
kcc.py
View File

@@ -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