Make pep8 happy on sachsen module

This commit is contained in:
Florent 2012-03-13 14:32:35 +01:00
commit 1ae1f23c85
3 changed files with 13 additions and 10 deletions

View file

@ -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):