modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-28 04:33:29 +01:00
parent a4be574bab
commit 35bb1f59f2
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):
class BaseHandler(tornado.web.RequestHandler,HTTPRequest):
def get_current_user(self):
return self.get_secure_cookie("user")