]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup.py: fix pyflakes complaints
authorBrian Warner <warner@lothar.com>
Thu, 19 Feb 2009 08:36:43 +0000 (01:36 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 19 Feb 2009 08:36:43 +0000 (01:36 -0700)
setup.py

index e30294c6927bbda1a60947bcc7008d2479c7918d..812a09ba09af0a9304cee4ebdbcf78fa1b28c26e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 #
 # See the docs/about.html file for licensing information.
 
-import os, re, shutil, stat, subprocess, sys, zipfile
+import os, shutil, stat, subprocess, sys, zipfile
 
 ##### sys.path management
 
@@ -42,7 +42,6 @@ from pkg_resources import require
 
 # Make the dependency-version-requirement, which is used by the Makefile at
 # build-time, also available to the app at runtime:
-import shutil
 shutil.copyfile("_auto_deps.py",
                 os.path.join("src", "allmydata", "_auto_deps.py"))