Moved all code for service messages to unauth.make
[invirt/packages/invirt-web.git] / code / main.py
index dd2b591..ecf0305 100755 (executable)
@@ -51,7 +51,7 @@ class InvirtUnauthWeb(View):
     @cherrypy.expose
     @cherrypy.tools.mako(filename="/unauth.mako")
     def index(self):
-        return {'simple': True}
+        return dict(simple=True)
 
 class InvirtWeb(View):
     def __init__(self):