webpyapp: cosmetic
This commit is contained in:
parent
46fbec7974
commit
d1a1d4d664
|
@ -0,0 +1,4 @@
|
|||
# -*- coding: utf-8 mode: python -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||||
|
||||
__all__ = ()
|
||||
|
|
@ -7,7 +7,7 @@ from ulib.web import web, Application, Page, defaults
|
|||
|
||||
class Server(Application):
|
||||
def __init__(self, basedir=None, templatedir=None, host=None, port=None, debug=None):
|
||||
Application.__init__(self, basedir, templatedir, host, port, debug)
|
||||
super(Server, self).__init__(basedir, templatedir, host, port, debug)
|
||||
|
||||
def _new_session(self):
|
||||
pass # décommenter la ligne suivante pour activer les sessions
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
/*
|
||||
/*/
|
||||
!/.gitignore
|
||||
|
|
Loading…
Reference in New Issue