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:
@@ -12,7 +12,6 @@ from hscommon.cocoa import signature
|
||||
from core.scanner import ScanType
|
||||
from core.app_cocoa import PyDupeGuruBase, PyDetailsPanel
|
||||
from core_se.app_cocoa import DupeGuru
|
||||
from core_se import __appname__
|
||||
|
||||
class PyDupeGuru(PyDupeGuruBase):
|
||||
def init(self):
|
||||
@@ -44,7 +43,3 @@ class PyDupeGuru(PyDupeGuruBase):
|
||||
def setSizeThreshold_(self, size_threshold):
|
||||
self.py.scanner.size_threshold = size_threshold
|
||||
|
||||
#---Registration
|
||||
def appName(self):
|
||||
return __appname__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user