Pychecker fixes, gnome.url.show to gnome.url_show

svn: r1252
This commit is contained in:
Don Allingham
2003-01-10 13:52:32 +00:00
parent 081be47b50
commit 4f6e5a4031
12 changed files with 18 additions and 43 deletions

View File

@ -28,8 +28,6 @@ from intl import gettext as _
import gtk
import gtk.glade
import gnome.ui
from QuestionDialog import OkDialog
_title_re = re.compile(r"^([A-Za-z][A-Za-z]+\.)\s+(.*)$")
_nick_re = re.compile(r"(.+)[(\"](.*)[)\"]")