summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xindex.py2
-rw-r--r--util.py2
2 files changed, 2 insertions, 2 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
diff --git a/util.py b/util.py
index 3a11976..f21469d 100644
--- a/util.py
+++ b/util.py
@@ -2,7 +2,7 @@
import config
-import web, re, time
+import web, re, time, subprocess, os
from random import Random
from Mailman import MailList, Errors, UserDesc