new frontend configuration system
This commit is contained in:
parent
e119a70cec
commit
2cb52beba5
6 changed files with 19 additions and 44 deletions
|
|
@ -35,7 +35,7 @@ class Application(BaseApplication):
|
|||
APPNAME = 'http'
|
||||
|
||||
def main(self, argv):
|
||||
self.weboob.load_modules()
|
||||
self.weboob.load_backends()
|
||||
|
||||
template_lookup = TemplateLookup(directories=['%s/../templates' % os.path.dirname(__file__)],
|
||||
output_encoding='utf-8', encoding_errors='replace')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue