mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Got rid of some code duplication in Cocoa interface.
This commit is contained in:
@@ -11,7 +11,6 @@ from hscommon.cocoa import signature
|
||||
|
||||
from core.app_cocoa import PyDupeGuruBase, PyDetailsPanel
|
||||
from core_me.app_cocoa import DupeGuruME
|
||||
from core_me import __appname__
|
||||
from core.scanner import ScanType
|
||||
|
||||
class PyDupeGuru(PyDupeGuruBase):
|
||||
@@ -60,7 +59,3 @@ class PyDupeGuru(PyDupeGuruBase):
|
||||
else:
|
||||
self.py.scanner.scanned_tags.discard(scan_tag)
|
||||
|
||||
#---Registration
|
||||
def appName(self):
|
||||
return __appname__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user