summaryrefslogtreecommitdiffstats
path: root/index.py
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-10-11 23:13:17 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2011-10-11 23:13:17 +0200
commit2b868eb98bd91a0858afa8851fbeb078bbe1af5b (patch)
tree7205859902d7951b4fd451b8552bcb482de6988d /index.py
parent969f2f859e25da9a16ecc7e9217ba0beb10ec302 (diff)
downloadsites-2b868eb98bd91a0858afa8851fbeb078bbe1af5b.tar.gz
sites-2b868eb98bd91a0858afa8851fbeb078bbe1af5b.tar.bz2
sites-2b868eb98bd91a0858afa8851fbeb078bbe1af5b.zip
fix imports
Diffstat (limited to 'index.py')
-rwxr-xr-xindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.py b/index.py
index 3d453e9..4fa774c 100755
--- a/index.py
+++ b/index.py
@@ -4,7 +4,7 @@
# own modules
import config, util
-import sys, os, re, socket, subprocess, web
+import sys, os, re, socket, web
from web import form
from Mailman.Utils import list_exists