1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-27 23:47:41 +00:00

Remove filelist

This commit is contained in:
Ciro Mattia Gonano
2013-01-21 19:23:25 +01:00
parent b453f61b92
commit 7a5e81afb8

View File

@@ -26,7 +26,6 @@ import os
class PdfJpgExtract:
def __init__(self, origFileName):
self.cbxexts = ['.zip','.cbz','.rar','.cbr']
self.origFileName = origFileName
self.filename = os.path.splitext(origFileName)
self.path = self.filename[0]