TweepError was not imported in parsers.py, leading to "global name 'TweepError' is...
authorGuan Yang <guan@yang.dk>
Sun, 6 Jun 2010 18:21:34 +0000 (02:21 +0800)
committerJoshua Roesslein <jroesslein@gmail.com>
Tue, 8 Jun 2010 01:20:30 +0000 (09:20 +0800)
tweepy/parsers.py

index 9ab37043773830ea5944542319cf27d057c17fa8..1aa643e8451503e636bd7a46d08b42810e0f5743 100644 (file)
@@ -4,6 +4,7 @@
 
 from tweepy.models import ModelFactory
 from tweepy.utils import import_simplejson
+from tweepy.error import TweepError
 
 
 class Parser(object):