Improved ANSEL support

svn: r452
This commit is contained in:
Don Allingham
2001-10-08 03:10:06 +00:00
parent 2b594e1e2b
commit 426c6a0937
6 changed files with 33 additions and 28 deletions

View File

@ -134,11 +134,7 @@ def importData(database, filename):
GnomeErrorDialog(_("%s could not be opened\n") % filename)
return
import time
t1 = time.time()
g.parse_gedcom_file()
t2 = time.time()
print t2-t1
statusTop.get_widget("close").set_sensitive(1)