Remove unused code

This commit is contained in:
Kovid Goyal 2019-08-31 08:21:42 +05:30
parent 1156e8209a
commit 20486dd0a3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -48,16 +48,6 @@ class Worker(object):
exe_name = 'calibre-parallel'
@property
def osx_interpreter(self):
exe = os.path.basename(sys.executable)
return exe if 'python' in exe else 'python'
@property
def osx_contents_dir(self):
fd = os.path.realpath(getattr(sys, 'frameworks_dir'))
return os.path.dirname(fd)
@property
def executable(self):
if hasattr(sys, 'running_from_setup'):