projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c454e06
)
TweepError was not imported in parsers.py, leading to "global name 'TweepError' is...
author
Guan Yang
<guan@yang.dk>
Sun, 6 Jun 2010 18:21:34 +0000
(
02:21
+0800)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Tue, 8 Jun 2010 01:20:30 +0000
(09:20 +0800)
tweepy/parsers.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/parsers.py
b/tweepy/parsers.py
index 9ab37043773830ea5944542319cf27d057c17fa8..1aa643e8451503e636bd7a46d08b42810e0f5743 100644
(file)
--- a/
tweepy/parsers.py
+++ b/
tweepy/parsers.py
@@
-4,6
+4,7
@@
from tweepy.models import ModelFactory
from tweepy.utils import import_simplejson
+from tweepy.error import TweepError
class Parser(object):