1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-25 22:24:38 +00:00

Preparing the field for switching towards a full-fledged app (get rid of AppleScript) via py2app/py2exe

This commit is contained in:
Ciro Mattia Gonano
2012-12-09 12:37:25 +01:00
parent 8fdcc7e886
commit 4d96eb346f
19 changed files with 2403 additions and 11 deletions
@@ -56,6 +56,7 @@ class CBxArchive:
import rarfile
except ImportError:
self.cbrFile = None
return
cbrFile = rarfile.RarFile(self.origFileName)
for f in cbrFile.namelist():
if (f.startswith('__MACOSX') or f.endswith('.DS_Store')):