1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

Converted registration system to Fairware.

This commit is contained in:
Virgil Dupras
2010-09-29 16:49:50 +02:00
parent 491279b7a8
commit 7360f57beb
23 changed files with 71 additions and 202 deletions

View File

@@ -64,7 +64,7 @@ class DupeGuru(DupeGuruBase):
DELTA_COLUMNS = frozenset([2, 5])
def __init__(self):
DupeGuruBase.__init__(self, data_pe, appid=5)
DupeGuruBase.__init__(self, data_pe)
def _setup(self):
self.scanner = ScannerPE()