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

Minimum Python version is now 3.3

This commit is contained in:
Virgil Dupras
2013-12-07 17:23:18 -05:00
parent 47e636e949
commit c7d306b7d5
6 changed files with 12 additions and 27 deletions

View File

@@ -150,8 +150,6 @@ class DupeGuruME(DupeGuruBase):
self.dead_tracks = []
def _do_delete(self, j, *args):
# XXX If I read correctly, Python 3.3 will allow us to go fetch inner function easily, so
# we'll be able to replace "op" below with DupeGuruBase._do_delete.op.
def op(dupe):
j.add_progress()
return self._do_delete_dupe(dupe, *args)