diff options
| author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-21 09:41:51 +0200 |
|---|---|---|
| committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-21 09:41:51 +0200 |
| commit | 7728ed51f1a33327e8feb91c36e9c7884cdb943a (patch) | |
| tree | 9d35fc6f6178f54e8f3d3f86799850a73b79e119 /www/html/test.py | |
| parent | 539348ee14ba387b536335abf0d372c884bf7c3d (diff) | |
| download | ATS-7728ed51f1a33327e8feb91c36e9c7884cdb943a.tar.gz ATS-7728ed51f1a33327e8feb91c36e9c7884cdb943a.tar.bz2 ATS-7728ed51f1a33327e8feb91c36e9c7884cdb943a.zip | |
Suppression des pages test
Diffstat (limited to '')
| -rwxr-xr-x | www/html/test.py | 11 |
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> -""")) |
