From: Zooko O'Whielacronx Date: Tue, 7 Aug 2007 21:25:44 +0000 (-0700) Subject: fix missing import -- this bug was introduced by the recent patch to relax setuptools... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=13c18a06d97a5714d14a12d0e7debe18e483ef00;p=tahoe-lafs%2Ftahoe-lafs.git fix missing import -- this bug was introduced by the recent patch to relax setuptools version requirements --- diff --git a/src/simplejson/setup.py b/src/simplejson/setup.py index 92c92709..143a7173 100644 --- a/src/simplejson/setup.py +++ b/src/simplejson/setup.py @@ -1,6 +1,7 @@ #!/usr/bin/env python import ez_setup +import sys if 'cygwin' in sys.platform.lower(): min_version='0.6c6' else: