modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-28 04:41:59 +01:00
parent a8c3cac327
commit d440599dfc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from login import *
confAveug = False
ficLog = Login()
class BaseHandler(tornado.web.RequestHandler,HTTPRequest):
class BaseHandler(tornado.web.RequestHandler):
def get_current_user(self):
return self.get_secure_cookie("user")