fix missing import -- this bug was introduced by the recent patch to relax setuptools version requirements

This commit is contained in:
Zooko O'Whielacronx 2007-08-07 14:25:44 -07:00
parent ea82f58091
commit 13c18a06d9

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python
import ez_setup
import sys
if 'cygwin' in sys.platform.lower():
min_version='0.6c6'
else: