Cleanup optional imports

Disable the multiprocessing module on Windows
Update translations
This commit is contained in:
BasioMeusPuga
2018-04-02 19:57:46 +05:30
parent 366859ebe0
commit 8f298de58e
7 changed files with 901 additions and 613 deletions

View File

@@ -54,7 +54,7 @@ class ParseCOMIC:
return title
def get_author(self):
return None
return 'Unknown'
def get_year(self):
creation_time = time.ctime(os.path.getctime(self.filename))