* various: const.py changes
2007-09-07 Don Allingham <don@gramps-project.org> * src/DateHandler/_Date_fr.py: fix indentation errors 2007-09-07 Don Allingham <don@gramps-project.org> svn: r8948
This commit is contained in:
@@ -531,7 +531,7 @@ class VerifyResults(ManagedWindow):
|
||||
def load_ignored(self,db_filename):
|
||||
md5sum = md5.md5(db_filename)
|
||||
self.ignores_filename = os.path.join(
|
||||
const.home_dir,md5sum.hexdigest() + os.path.extsep + 'vfm')
|
||||
const.HOME_DIR,md5sum.hexdigest() + os.path.extsep + 'vfm')
|
||||
if not self._load_ignored(self.ignores_filename):
|
||||
self.ignores = {}
|
||||
|
||||
|
Reference in New Issue
Block a user