Skip to content
Snippets Groups Projects
Commit e2b71429 authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

[#61] Remove duplicate definition of Page.get_expanded()

parent 7f1ff5b5
No related branches found
No related tags found
No related merge requests found
......@@ -220,14 +220,6 @@ class Page(object):
else:
raise
def get_expanded(self):
revs = self.revisions(prop='content', limit=1, expandtemplates=True)
try:
return revs.next()['*']
except StopIteration:
return u''
def move(self, new_title, reason='', move_talk=True, no_redirect=False):
"""Move (rename) page to new_title.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment