diff options
author | lloyd <[email protected]> | 2014-11-03 22:16:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-11-03 22:16:51 +0000 |
commit | bcd83686c3daed38974d1f9b533c07d35c5a7476 (patch) | |
tree | 3203d6f30423ebf3b7b5b3d4aa2b9ecc9ce5ba5e /src/scripts | |
parent | d623823e7e0d2754343ab498f48976e91180d24f (diff) |
Various small fixes and cleanups, new is_prime util
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/dist.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripts/dist.py b/src/scripts/dist.py index 26da31d24..3929c9531 100755 --- a/src/scripts/dist.py +++ b/src/scripts/dist.py @@ -13,7 +13,6 @@ import logging import optparse import os import shlex -import StringIO import shutil import subprocess import sys |