aboutsummaryrefslogtreecommitdiff
path: root/www/html/test.py
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-05-21 09:41:51 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-05-21 09:41:51 +0200
commit7728ed51f1a33327e8feb91c36e9c7884cdb943a (patch)
tree9d35fc6f6178f54e8f3d3f86799850a73b79e119 /www/html/test.py
parent539348ee14ba387b536335abf0d372c884bf7c3d (diff)
Suppression des pages test
Diffstat (limited to 'www/html/test.py')
-rwxr-xr-xwww/html/test.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/html/test.py b/www/html/test.py
deleted file mode 100755
index 6ff289c..0000000
--- a/www/html/test.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/python3
-# -*- coding: utf-8 -*-
-
-import mod_python
-import fonctions
-
-def index(req):
- req.content_type="text/html"
- req.write(fonctions.baseHTML("Test","""
-This is a test page.</p>
-"""))