]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
hush some pyflakes warnings
authorBrian Warner <warner@lothar.com>
Sat, 15 Sep 2007 22:07:21 +0000 (15:07 -0700)
committerBrian Warner <warner@lothar.com>
Sat, 15 Sep 2007 22:07:21 +0000 (15:07 -0700)
misc/dependencies/build-deps-setup.py
misc/make-version.py
misc/sizes.py
misc/storage-overhead.py

index d9692b9d6e95c9ca0c8276320ff838d51aade94f..ed8d80e11dac1d6c0cdd565475e707db3bbba809 100644 (file)
@@ -2,7 +2,7 @@
 
 # N.B.: this expects to run from the top of the source tree
 
-import os, sys
+import sys
 from ez_setup import use_setuptools
 if 'cygwin' in sys.platform.lower():
     min_version='0.6c6'
index 5679ce3e25bd82c9e48888f69fa1932c52912063..a87cfd897e2ab1b6c633a5aae9187f4d2d915477 100644 (file)
@@ -1,7 +1,5 @@
 #! /usr/bin/env python
 
-import os, sys
-
 """
 Create _version.py, based upon the latest darcs release tag.
 
index 5b2c03284c284bacf375dfdd098b79db9f0ad0bb..a101538f78fcb5ef9cd2dbf1d4fc3b482ef62345 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 
-import random, math, os, re
+import random, math, re
 from twisted.python import usage
 
 class Args(usage.Options):
index 76d8b97d5a12ebfc02c9fef660e41d18334b9d12..f5495dd1838dd007b298868b4139a6b1b5811636 100644 (file)
@@ -1,7 +1,6 @@
 #! /usr/bin/python
 
 import sys, math
-from cStringIO import StringIO
 from allmydata import upload, uri, encode, storage
 from allmydata.util import mathutil