Skip to content

Commit

Permalink
Delinting
Browse files Browse the repository at this point in the history
Minor adjustment
  • Loading branch information
hosford42 committed Jun 16, 2015
1 parent 48cfa81 commit 6b70448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
os.remove('xcs.egg-info/PKG-INFO')
os.rename('xcs.egg-info/PKG-INFO-FIXED', 'xcs.egg-info/PKG-INFO')

import zipfile

zip_path = 'dist/xcs-' + __version__ + '.zip'
old_zip_path = '_old'.join(os.path.splitext(zip_path))
Expand Down

0 comments on commit 6b70448

Please sign in to comment.