projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8019d63
)
Parser now sets source_url consistently.
author
Wayne Moore
<wayne@kotega.com>
Sun, 16 May 2010 08:46:03 +0000
(16:46 +0800)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Tue, 8 Jun 2010 01:23:02 +0000
(09:23 +0800)
tweepy/models.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/models.py
b/tweepy/models.py
index 30ecc0fdd238cc8499f2c61b623014e38addb3aa..e79eac994bf3a3864e09e6950c5d9a4fa9b8b799 100644
(file)
--- a/
tweepy/models.py
+++ b/
tweepy/models.py
@@
-57,6
+57,7
@@
class Status(Model):
setattr(status, 'source_url', parse_a_href(v))
else:
setattr(status, k, v)
+ setattr(status, 'source_url', None)
elif k == 'retweeted_status':
setattr(status, k, Status.parse(api, v))
else: