We can only support Python2.6 and above

This commit is contained in:
sneakypete81 2013-05-15 18:56:48 +01:00
parent b2e7aa1f27
commit 20e526c28c

View file

@ -1,10 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
requires = ['requests', 'requests-oauthlib'] requires = ['requests', 'requests-oauthlib']
try:
import json
except ImportError:
requires.append('simplejson')
try: try:
from setuptools import setup from setuptools import setup