projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be760fc
)
Removed unneeded import.
author
Josh Roesslein
<jroesslein@gmail.com>
Mon, 10 Aug 2009 17:39:26 +0000
(12:39 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Mon, 10 Aug 2009 17:39:26 +0000
(12:39 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index af82890c5f05d84a0d9a3251f0ad649bd88f67cb..5448cb84a76e961bc3abcf82fd91eddbbcadfbb4 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-4,7
+4,6
@@
from binder import bind_api
from parsers import *
-from models import User, Status, DirectMessage, Friendship, SavedSearch, SearchResult
from error import TweepError
"""Twitter API"""