commit | 45c509e0537bf979df70940085ce645d5ae5a28f | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Thu Jan 15 16:35:51 2015 -0800 |
committer | Jon Hall <jhall@onlab.us> | Thu Jan 15 16:35:51 2015 -0800 |
tree | fccddd4d0fcf8e5e9c6d5a0e545d0bfcb0789595 | |
parent | 98c40ede5bc8c5af2519cef494953aeb8fe7797d [diff] [blame] |
Enforce naming conventions and delete 2 old scripts
diff --git a/TestON/bin/unpep8 b/TestON/bin/unpep8 index 090865a..ff911e8 100755 --- a/TestON/bin/unpep8 +++ b/TestON/bin/unpep8
@@ -179,7 +179,7 @@ def convertFromPep8( program ): oldProgram = program # Program text transforms - # program = reinstateCapWords( program ) # Turning off for now + program = reinstateCapWords( program ) program = fixKeywords( program ) program = insertExtraSpaces( program ) # Undo string damage