comictagger/comictaggerlib
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
..
graphics Name conflict with launcher script 2013-02-07 04:00:20 +00:00
ui Huge code cleanup 2015-02-22 03:30:32 +01:00
__init__.py Name conflict with launcher script 2013-02-07 04:00:20 +00:00
autotagmatchwindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
autotagprogresswindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
autotagstartwindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
cbltransformer.py Huge code cleanup 2015-02-22 03:30:32 +01:00
cli.py Huge code cleanup 2015-02-22 03:30:32 +01:00
comet.py autopep8 2015-02-15 11:44:00 +01:00
comicarchive.py autopep8 -aa 2015-02-15 12:55:04 +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
comicvinecacher.py Huge code cleanup 2015-02-22 03:30:32 +01:00
comicvinetalker.py Huge code cleanup 2015-02-22 03:30:32 +01:00
coverimagewidget.py Huge code cleanup 2015-02-22 03:30:32 +01:00
crediteditorwindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
ctversion.py Huge code cleanup 2015-02-22 03:30:32 +01:00
exportwindow.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
filerenamer.py Huge code cleanup 2015-02-22 03:30:32 +01:00
fileselectionlist.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
imagefetcher.py Huge code cleanup 2015-02-22 03:30:32 +01:00
imagehasher.py Huge code cleanup 2015-02-22 03:30:32 +01:00
imagepopup.py Huge code cleanup 2015-02-22 03:30:32 +01:00
issueidentifier.py Huge code cleanup 2015-02-22 03:30:32 +01:00
issueselectionwindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
issuestring.py autopep8 -a 2015-02-15 12:44:09 +01:00
logwindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
main.py Huge code cleanup 2015-02-22 03:30:32 +01:00
matchselectionwindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
optionalmsgdialog.py Huge code cleanup 2015-02-22 03:30:32 +01:00
options.py Huge code cleanup 2015-02-22 03:30:32 +01:00
pagebrowser.py Huge code cleanup 2015-02-22 03:30:32 +01:00
pagelisteditor.py Huge code cleanup 2015-02-22 03:30:32 +01:00
pageloader.py Huge code cleanup 2015-02-22 03:30:32 +01:00
progresswindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
renamewindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
settings.py Huge code cleanup 2015-02-22 03:30:32 +01:00
settingswindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
taggerwindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00
utils.py autopep8 -a 2015-02-15 12:44:09 +01:00
versionchecker.py Huge code cleanup 2015-02-22 03:30:32 +01:00
volumeselectionwindow.py Huge code cleanup 2015-02-22 03:30:32 +01:00