comictagger/comicapi
fcanc d959ac0401 Huge code cleanup
- `autopep8 -aa` for general cleanup;
- Changed order of imports, they should be ordered into 3 groups:
1. standard library imports;
2. 3rd party packages;
3. project imports.
- I commented various imports that were reported as unused by my IDE.
If everything goes fine we can consider to delete them;
- The Apache license disclaimers are now comments since triple-quotes
should be used only for docstrings;
- Fix - `utils.centerWindowOnParent` did not resolve, changed to
`centerWindowOnParent`
2015-02-22 03:30:32 +01:00
..
UnRAR2 Merge commit 'f6439049d8d8b5a4709f1b78afbfd289d00e8c25' as 'comicapi' 2015-02-16 13:27:21 +01:00
__init__.py Merge commit 'f6439049d8d8b5a4709f1b78afbfd289d00e8c25' as 'comicapi' 2015-02-16 13:27:21 +01:00
comet.py Huge code cleanup 2015-02-22 03:30:32 +01:00
comicarchive.py Huge code cleanup 2015-02-22 03:30:32 +01:00
comicbookinfo.py Huge code cleanup 2015-02-22 03:30:32 +01:00
comicinfoxml.py Huge code cleanup 2015-02-22 03:30:32 +01:00
filenameparser.py Huge code cleanup 2015-02-22 03:30:32 +01:00
genericmetadata.py Huge code cleanup 2015-02-22 03:30:32 +01:00
issuestring.py Huge code cleanup 2015-02-22 03:30:32 +01:00
utils.py Huge code cleanup 2015-02-22 03:30:32 +01:00