pychecker fixes, GEDCOM import/export improvements, calendar improvements

svn: r1250
This commit is contained in:
Don Allingham
2003-01-10 05:21:32 +00:00
parent 711323177a
commit 7f514dac82
48 changed files with 489 additions and 480 deletions

View File

@@ -32,7 +32,7 @@ import gtk.glade
#-------------------------------------------------------------------------
import const
import Utils
from RelLib import *
import RelLib
#-------------------------------------------------------------------------
#
@@ -68,7 +68,7 @@ class UrlEditor:
priv = self.priv.get_active()
if self.url == None:
self.url = Url()
self.url = RelLib.Url()
self.parent.ulist.append(self.url)
self.update_url(des,addr,priv)