diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-10-06 15:10:58 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-10-06 15:10:58 -0400 |
| commit | 120ce9fcd6a7cd42d326be1b32143fc1b868c11a (patch) | |
| tree | 1705c5860132451b781efc76684004901790a0a7 | |
| parent | 914a82eac9e4c697a1a15140270259bfc2b8eb91 (diff) | |
| download | tablib-120ce9fcd6a7cd42d326be1b32143fc1b868c11a.tar.gz | |
No dependencies!
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ if sys.argv[-1] == "publish": required = [] -if sys.version_info < (2, 6): - required.append('simplejson') +# if sys.version_info < (2, 6): +# required.append('simplejson') setup( name='tablib', |
