Labrys
94e8a45c62
Code cleanup
...
* Streamline variable assignment
* Replace assignment with augmented assignment
* Remove unused variables and redundant parentheses
2016-06-05 12:54:23 -04:00
Labrys
47c585d81c
Rewrite dictionary creation as a dictionary literal
2016-06-05 12:54:22 -04:00
Labrys
5903538ae5
Python 3: Make long = int
2016-06-05 12:50:35 -04:00
Labrys
382d108db2
Optimize imports
...
* PEP8: Fix module level import not at top of file
* Remove unused imports
* Remove simplejson
* Replace mimetools with email
2016-06-05 12:03:16 -04:00
Labrys
92ae852513
PEP8: comparison to None
, True
, or False
should use is
/is not
2016-06-05 12:00:20 -04:00
Labrys
8cd0e76ef8
PEP8: Fix formatting
...
* Remove redundant backslash between brackets
* Fix multiple statements on one line
* Fix missing/excess whitespace
* Fix comments not starting with a single # and a space
* Convert tabs to spaces
* Use triple-quoted docstring
2016-06-05 11:59:58 -04:00
Labrys
81ffe0456d
Add encoding declaration
2016-06-05 02:01:03 -04:00
clinton-hall
c80a678ded
rename nzbtomedia to core. Fixes #744 #746
2015-04-26 16:41:39 +09:30