1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-23 15:11:39 +00:00

Mass Rename: LoadIgnoreList() --> load_ignore_list()

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4018
This commit is contained in:
hsoft
2009-06-07 07:16:58 +00:00
parent 57f89183bb
commit 7760ef1b21
4 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ class PyDupeGuru(PyApp):
return self.app.ExportToXHTML(column_ids,xslt_path,css_path)
def loadIgnoreList(self):
self.app.LoadIgnoreList()
self.app.load_ignore_list()
def loadResults(self):
self.app.load()