Make pep8 happy on sachsen module
This commit is contained in:
parent
09c4733e4b
commit
1ae1f23c85
3 changed files with 13 additions and 10 deletions
|
|
@ -50,11 +50,11 @@ class SachsenBrowser(BaseBrowser):
|
|||
return self.cache_list
|
||||
|
||||
def iter_history(self, id):
|
||||
self.location('/de/wu/umwelt/lfug/lfug-internet/hwz/MP/%d/index.html' %int(id))
|
||||
self.location('/de/wu/umwelt/lfug/lfug-internet/hwz/MP/%d/index.html' % int(id))
|
||||
return self.page.iter_history()
|
||||
|
||||
def last_seen(self, id):
|
||||
self.location('/de/wu/umwelt/lfug/lfug-internet/hwz/MP/%d/index.html' %int(id))
|
||||
self.location('/de/wu/umwelt/lfug/lfug-internet/hwz/MP/%d/index.html' % int(id))
|
||||
return self.page.last_seen()
|
||||
|
||||
def search(self, pattern):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue