mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
setup: remove hard import of ez_setup -- we can proceed even if ez_setup can't be imported
This commit is contained in:
parent
72aa8f5cb8
commit
80adf18fcc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user