Removed import of BasicAuthHander
authorAaron Hill <aa1ronham@gmail.com>
Sat, 17 Aug 2013 11:21:59 +0000 (07:21 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sat, 17 Aug 2013 11:21:59 +0000 (07:21 -0400)
tweepy/__init__.py

index 4a45b546fe7d4f5201cc5224aab5c084d843c10c..ab5b42e4f970dc45fa5f953df00bab6a69550eb1 100644 (file)
@@ -13,7 +13,7 @@ from tweepy.models import Status, User, DirectMessage, Friendship, SavedSearch,
 from tweepy.error import TweepError
 from tweepy.api import API
 from tweepy.cache import Cache, MemoryCache, FileCache
-from tweepy.auth import BasicAuthHandler, OAuthHandler
+from tweepy.auth import OAuthHandler
 from tweepy.streaming import Stream, StreamListener
 from tweepy.cursor import Cursor