commit | 291400c1b6f65363e33cc982aaf0d43d31cc424e | [log] [tgz] |
---|---|---|
author | gpotter2 <gabriel@potter.fr> | Tue Apr 25 20:28:46 2017 +0200 |
committer | gpotter2 <gabriel@potter.fr> | Tue Apr 25 20:29:20 2017 +0200 |
tree | 079d7dc5f71fe517e73226cf3dc8744a07489157 | |
parent | d73b7fafdffcad378c89898de4f244a0c9d91e8c [diff] [blame] |
Remove longs and fix octals
diff --git a/setup.py b/setup.py index 8372967..fd5c124 100755 --- a/setup.py +++ b/setup.py
@@ -33,7 +33,7 @@ os.system("zip -A '%s'" % fname) of.close() os.unlink(ofname) - os.chmod(fname, 0755) + os.chmod(fname, 0o755) return fname