Cleanup of Gramps class implement

svn: r790
This commit is contained in:
Don Allingham
2002-02-22 06:03:59 +00:00
parent d9c223deed
commit 0bf4756cc1
2 changed files with 92 additions and 93 deletions

View File

@@ -33,7 +33,7 @@ try:
if StartupDialog.need_to_run():
StartupDialog.StartupDialog(gramps_main.main,arg)
else:
gramps_main.main(arg)
gramps_main.Gramps(arg)
except:
traceback.print_exc()