Upgraded requests to 2.5.1

This commit is contained in:
Bas Stottelaar
2015-01-27 21:55:49 +01:00
parent a5225dfc2e
commit f6b5c0190d
5 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ is_solaris = ('solar==' in str(sys.platform).lower()) # Complete guess.
try:
import simplejson as json
except (ImportError, SyntaxError):
# simplejson does not support Python 3.2, it thows a SyntaxError
# simplejson does not support Python 3.2, it throws a SyntaxError
# because of u'...' Unicode literals.
import json