2007-02-12 Don Allingham <don@gramps-project.org>

* src/plugins/FindDupes.py: backport from 2.2.6



svn: r8095
This commit is contained in:
Don Allingham
2007-02-12 23:52:59 +00:00
parent 4cd6d41f79
commit ddccd7e7bc
4 changed files with 10 additions and 9 deletions

View File

@@ -3356,12 +3356,6 @@ if __name__ == "__main__":
pr.runcall(g.parse_gedcom_file,False)
print "Finished"
pr.close()
## print "Loading profile"
## stats = hotshot.stats.load('mystats.profile')
## print "done"
## stats.strip_dirs()
## stats.sort_stats('time','calls')
## stats.print_stats(100)
else:
t = time.time()
g.parse_gedcom_file(False)