projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72aa8f5
)
setup: remove hard import of ez_setup -- we can proceed even if ez_setup can't be...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 10 Jan 2008 21:01:52 +0000
(14:01 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 10 Jan 2008 21:01:52 +0000
(14:01 -0700)
misc/dependencies/build-deps-setup.py
patch
|
blob
|
history
diff --git
a/misc/dependencies/build-deps-setup.py
b/misc/dependencies/build-deps-setup.py
index 1c29dfb24f65906e2f7da2a1c8f4d55fbabfb502..cd09b025a24f23ab92c7f77e7704f136029f4a24 100644
(file)
--- a/
misc/dependencies/build-deps-setup.py
+++ b/
misc/dependencies/build-deps-setup.py
@@
-6,7
+6,6
@@
import sys, os
miscdeps=os.path.join('misc', 'dependencies')
-from ez_setup import use_setuptools
try:
from ez_setup import use_setuptools
except ImportError: