Pychecker cleanup

svn: r1430
This commit is contained in:
Don Allingham
2003-04-09 03:29:08 +00:00
parent 2958cb7436
commit f4b8546438
6 changed files with 6 additions and 11 deletions

View File

@@ -26,7 +26,6 @@
#-------------------------------------------------------------------------
import string
import os
import sys
#-------------------------------------------------------------------------
#
@@ -855,10 +854,9 @@ class Gramps:
if not path:
return 1
filename = os.path.normpath(os.path.abspath(filename))
Utils.clear_timer()
filename = "%s/autosave.gramps" % (self.db.getSavePath())
filename = "%s/autosave.gramps" % (path)
self.status_text(_("autosaving..."));
try: