Improved config error reporting.

This commit is contained in:
Michael Lazar
2016-02-10 00:35:51 -08:00
parent d08b9f47be
commit a0da5fc6ca
7 changed files with 24 additions and 26 deletions

View File

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