Description: Use python-oauth installed on system
Author: Miguel Landaeta <miguel@miguel.cc>
Forwarded: not-needed
Last-Update: 2011-03-23

--- tweepy-1.7.1.orig/tweepy/auth.py
+++ tweepy-1.7.1/tweepy/auth.py
@@ -5,7 +5,7 @@
 from urllib2 import Request, urlopen
 import base64
 
-from tweepy import oauth
+from oauth import oauth
 from tweepy.error import TweepError
 from tweepy.api import API
 
