Skip to content

Big cleanup - #52

Open
tdivis wants to merge 1 commit into
Almad:masterfrom
tdivis:cleanup2
Open

Big cleanup#52
tdivis wants to merge 1 commit into
Almad:masterfrom
tdivis:cleanup2

Conversation

@tdivis

@tdivis tdivis commented Mar 18, 2012

Copy link
Copy Markdown
  • Fixed some unresolved imports and undefined variables
  • Removed lot of unused imports and variables, removed some re-imports
  • PEP8-ify white spaces, removed trailing spaces, blank lines are blank etc.
  • Added some false positive error/warning disabling for pylint and pydev
  • Did some refactoring to remove code duplication
  • Fixed lot of object's attributes were not defined in init
  • Refactored some variable names to code be more readable
  • Removed some variables redefinitions (either build-ins and few locals)

 * Fixed some unresolved imports and undefined variables
 * Removed lot of unused imports and variables, removed some re-imports
 * PEP8-ify white spaces, removed trailing spaces, blank lines are blank etc.
 * Added some false positive error/warning disabling for pylint and pydev
 * Did some refactoring to remove code duplication
 * Fixed lot of object's attributes were not defined in __init__
 * Refactored some variable names to code be more readable
 * Removed some variables redefinitions (either build-ins and few locals)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant