aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-04-19 23:47:14 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-04-19 23:47:14 +0200
commit51a6321ac2c2ffc7fa4d6878beb9269e9aeb8ab6 (patch)
tree01090d726713c527bcc59395e3273be692a72ba2 /www
parent986552eb0db366f1dfd13c00b01f66c30e9f9c0b (diff)
Update index.py
Diffstat (limited to 'www')
-rwxr-xr-xwww/html/index.py6
1 files changed, 1 insertions, 5 deletions
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