Linter fixes. Added ctrl-d and ctrl-u for pagedown/pageup.

This commit is contained in:
Michael Lazar
2016-02-10 01:02:37 -08:00
parent a0da5fc6ca
commit 5fda5a7999
6 changed files with 25 additions and 20 deletions

View File

@@ -39,6 +39,7 @@ class Page(object):
self.oauth = oauth
self.content = None
self.nav = None
self.controller = None
self.active = True
self._row = 0