projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e16f3
)
Exposed TweepError
author
Josh Roesslein
<jroesslein@gmail.com>
Tue, 14 Jul 2009 05:41:11 +0000
(
00:41
-0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Tue, 14 Jul 2009 05:41:11 +0000
(
00:41
-0500)
__init__.py
patch
|
blob
|
blame
|
history
diff --git
a/__init__.py
b/__init__.py
index 2f899cc0b924049c89dbde2d2f35126bcd2bf9cd..866caafcfd7647f34dff602976967da33eeaad4a 100644
(file)
--- a/
__init__.py
+++ b/
__init__.py
@@
-4,4
+4,5
@@
Tweepy Twitter API library
__version__ = '1.0'
from models import *
+from error import TweepError
from api import API