Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icoz/habraparse.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/habr
diff options
context:
space:
mode:
authoricoz <icoz.vt@gmail.com>2015-02-08 13:48:24 +0300
committericoz <icoz.vt@gmail.com>2015-02-08 13:48:24 +0300
commitfde9e4312090072548f303873c04496a63de9f31 (patch)
tree974ce4444d5d8fe400953a7d59ac35d7783f2a00 /habr
parentd9e2df484fe5a679a168de7bb4a5e0f27edebb2f (diff)
minor
Diffstat (limited to 'habr')
-rw-r--r--habr/topic.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/habr/topic.py b/habr/topic.py
index 16f2914..2f3ff58 100644
--- a/habr/topic.py
+++ b/habr/topic.py
@@ -72,11 +72,9 @@ class TMTopic(object):
def text(self):
return deepcopy(self.post['text'])
-
def title(self):
return deepcopy(self.post['title'])
-
def rating(self):
return deepcopy(self.post['rating'])