1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Fixed HTML exporting.

This commit is contained in:
Virgil Dupras
2011-11-27 13:02:59 -05:00
parent 0571151c5f
commit fca66d5108
5 changed files with 9 additions and 24 deletions

View File

@@ -48,8 +48,8 @@ class PyDupeGuruBase(PyFairware):
def doScan(self):
self.py.start_scanning()
def exportToXHTMLwithColumns_(self, column_ids):
return self.py.export_to_xhtml(column_ids)
def exportToXHTML(self):
return self.py.export_to_xhtml()
def loadSession(self):
self.py.load()