From 51a6321ac2c2ffc7fa4d6878beb9269e9aeb8ab6 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 19 Apr 2020 23:47:14 +0200 Subject: Update index.py --- www/html/index.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'www') diff --git a/www/html/index.py b/www/html/index.py index caa6060..f670a37 100755 --- a/www/html/index.py +++ b/www/html/index.py @@ -1,15 +1,11 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- -from mod_python import Session +import mod_python from fonctions import baseHTML, connexionBD, lien def index(req): req.content_type="text/html" - - sess=Session.Session(req) - sess.save() - content=str() #sql part -- cgit v1.2.3