Age | Commit message (Collapse) | Author |
|
|
|
Run `2to3-3.8 -f idioms -w .`
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-idioms>
|
|
Run `2to3-3.8 -f raw_input -w .`
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-raw_input>
|
|
Run `2to3-3.8 -f has_key -w .`
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-has_key>
|
|
Run `2to3-3.8 -f map -w .`
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-map>
|
|
|
|
* scripts/maintenance/readProbeSetSE_v7.py: Run *dos2unix* against file
|
|
* scripts/maintenance/readProbeSetSE_v7.py: Apply pep8 to file to replace tabs
with spaces and use correct indentation.
|
|
|