projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b83aae
)
Removed test() method
author
Aaron Hill
<aa1ronham@gmail.com>
Mon, 19 Aug 2013 19:50:11 +0000
(15:50 -0400)
committer
Aaron Hill
<aa1ronham@gmail.com>
Mon, 19 Aug 2013 19:50:11 +0000
(15:50 -0400)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 3466975f8201fd666771c97a048d0525ae562a9c..c67ad695fd402a3abcfc14e28bd285650b079d29 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-475,16
+475,6
@@
class API(object):
require_auth = True
)
- """ help/test """
- def test(self):
- try:
- bind_api(
- path = '/help/test.json',
- )(self)
- except TweepError:
- return False
- return True
-
create_list = bind_api(
path = '/lists/create.json',
method = 'POST',