mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Adapted to recent fairware changes in hscommon.
This commit is contained in:
@@ -165,10 +165,6 @@ class PyDupeGuruBase(PyFairware):
|
||||
def jobCompleted_(self, jobid):
|
||||
self.py._job_completed(jobid)
|
||||
|
||||
#---Registration
|
||||
def appName(self):
|
||||
return self.py.NAME
|
||||
|
||||
#--- model --> view
|
||||
def open_path(self, path):
|
||||
NSWorkspace.sharedWorkspace().openFile_(str(path))
|
||||
|
||||
Reference in New Issue
Block a user