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:
Ryan McGrath 2009-12-17 03:27:23 -05:00
parent 850c1011d1
commit c40b6a6ebe
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ from urlparse import urlparse
from urllib2 import HTTPError
try:
import oauth as oauthlib
import oauth
except ImportError:
pass