diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-09-02 17:47:36 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-09-03 17:13:46 +0200 |
commit | 57e9637c812bb194ab5d195119219b92a75d4b9f (patch) | |
tree | bd901ccc8e55c7036ec7ee098e34b8521c42d21e /setup.py | |
parent | Additional temp cleanup (diff) | |
download | kcc-57e9637c812bb194ab5d195119219b92a75d4b9f.tar.gz kcc-57e9637c812bb194ab5d195119219b92a75d4b9f.tar.bz2 kcc-57e9637c812bb194ab5d195119219b92a75d4b9f.zip |
Code cleanup
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py index 95b712c..ede43b3 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,6 @@ VERSION = __version__ MAIN = 'kcc.py' extra_options = {} -# noinspection PyUnresolvedReferences if platform == 'darwin': from setuptools import setup from os import chmod, makedirs @@ -60,7 +59,6 @@ if platform == 'darwin': ) ) elif platform == 'win32': - # noinspection PyUnresolvedReferences import py2exe from platform import architecture from distutils.core import setup |