django-sane-testing icon indicating copy to clipboard operation
django-sane-testing copied to clipboard

Big cleanup

Open tdivis opened this issue 13 years ago • 0 comments

  • 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)

tdivis avatar Mar 18 '12 16:03 tdivis