mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
fix missing import -- this bug was introduced by the recent patch to relax setuptools version requirements
This commit is contained in:
parent
ea82f58091
commit
13c18a06d9
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import ez_setup
|
||||
import sys
|
||||
if 'cygwin' in sys.platform.lower():
|
||||
min_version='0.6c6'
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user