This website requires JavaScript.
Explore
Help
Sign In
lordwelch
/
comictagger
Watch
1
Star
0
Fork
0
You've already forked comictagger
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d959ac0401
comictagger
/
.gitignore
4 lines
26 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-21 18:30:32 -08:00
/.idea/
gitignore changed to README.md for github.
2015-01-23 08:42:22 -08:00
/nbproject/
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-21 18:30:32 -08:00
*.pyc
Copy Permalink