summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xindex.py2
-rw-r--r--util.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/index.py b/index.py
index b7236b4..3d453e9 100755
--- a/index.py
+++ b/index.py
@@ -4,7 +4,7 @@
# own modules
import config, util
-import sys, os, re, time, socket, subprocess, web
+import sys, os, re, socket, subprocess, web
from web import form
from Mailman.Utils import list_exists
diff --git a/util.py b/util.py
index 20ec9c3..dc7834a 100644
--- a/util.py
+++ b/util.py
@@ -2,8 +2,7 @@
import config
-import web
-import re
+import web, re, time
from random import Random
from Mailman import MailList, Errors, UserDesc