import oauth as oauth to avoid namespacing conflicts in builds; setup.py now properly includes all necessary modules, fixes build problems people reported
This commit is contained in:
parent
850c1011d1
commit
c40b6a6ebe
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ from urlparse import urlparse
|
|||
from urllib2 import HTTPError
|
||||
|
||||
try:
|
||||
import oauth as oauthlib
|
||||
import oauth
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue