projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a0fcb
)
Removed the unused model Retweet.
author
Joshua
<jroesslein@gmail.com>
Fri, 29 Jan 2010 07:30:07 +0000
(
01:30
-0600)
committer
Joshua
<jroesslein@gmail.com>
Fri, 29 Jan 2010 07:30:07 +0000
(
01:30
-0600)
tweepy/models.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/models.py
b/tweepy/models.py
index b64a51cffbeb1982ab4ecfb9e426f4ef8a7c0716..dd02944a2e896f4778ce026264651b784ac96016 100644
(file)
--- a/
tweepy/models.py
+++ b/
tweepy/models.py
@@
-223,12
+223,6
@@
class SearchResult(Model):
return results
-class Retweet(Model):
- #TODO: remove me
-
- def destroy(self):
- return self._api.destroy_status(self.id)
-
class List(Model):
@classmethod
@@
-312,7
+306,6
@@
class ModelFactory(object):
friendship = Friendship
saved_search = SavedSearch
search_result = SearchResult
- retweet = Retweet
list = List
json = JSONModel