aboutsummaryrefslogtreecommitdiff
path: root/web/website/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'web/website/test.py')
-rwxr-xr-xweb/website/test.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/web/website/test.py b/web/website/test.py
deleted file mode 100755
index 6ff289c..0000000
--- a/web/website/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>
-"""))