mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
setup.py: fix pyflakes complaints
This commit is contained in:
parent
c2a2e93089
commit
589a757e25
3
setup.py
3
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"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user