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:
ea82f58
)
fix missing import -- this bug was introduced by the recent patch to relax setuptools...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 7 Aug 2007 21:25:44 +0000
(14:25 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 7 Aug 2007 21:25:44 +0000
(14:25 -0700)
src/simplejson/setup.py
patch
|
blob
|
history
diff --git
a/src/simplejson/setup.py
b/src/simplejson/setup.py
index 92c92709eec932dbfb154fe301d30a22a8f0bc05..143a717303d2a132fd8e73c0fb906df825a914c7 100644
(file)
--- 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: