Redid some examples, moved examples to core_examples to differentiate from oauth_django_example, version bump to 1.3.2 to fix distribution errors with Pip/etc (dumb binaries were being created earlier, just throwing out the source now and letting pip handle it)

This commit is contained in:
Ryan McGrath 2010-10-19 16:31:09 -04:00
parent 25eda807ab
commit 3cef1a463f
22 changed files with 138 additions and 72 deletions

View file

@ -9,7 +9,7 @@
"""
__author__ = "Ryan McGrath <ryan@venodesigns.net>"
__version__ = "1.3"
__version__ = "1.3.2"
import urllib.request, urllib.parse, urllib.error
import urllib.request, urllib.error, urllib.parse
@ -414,4 +414,4 @@ class Twython(object):
text = text.encode('utf-8')
except:
pass
return text
return text