Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
3574611c
Commit
3574611c
authored
Jul 29, 2009
by
Josh Roesslein
Browse files
Added global, unauthenticated instance of API class into package init module.
parent
4bcf8720
Changes
1
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
3574611c
...
@@ -6,3 +6,6 @@ __version__ = '1.0'
...
@@ -6,3 +6,6 @@ __version__ = '1.0'
from
models
import
*
from
models
import
*
from
error
import
TweepError
from
error
import
TweepError
from
api
import
API
from
api
import
API
# Global, unauthenticated instance of API
api
=
API
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment