Clean up from pychecker.

svn: r592
This commit is contained in:
Don Allingham
2001-11-28 04:17:52 +00:00
parent fe4fee885c
commit afbbb0947a
18 changed files with 149 additions and 186 deletions

View File

@@ -30,8 +30,6 @@ _ = intl.gettext
from gnome.ui import *
import libglade
import RelLib
import utils
_title_re = re.compile(r"^([A-Za-z][A-Za-z]+\.)\s+(.*)$")
_nick_re = re.compile(r"(.+)[(\"](.*)[)\"]")