From bb5477e0da20f498fb06ea9c1eb6521472cf26e7 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 11 Oct 2011 21:36:01 +0200 Subject: fixed imports --- index.py | 2 +- util.py | 3 +-- 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 -- cgit v1.2.3-1-g7c22