()
| 7633 | |
| 7634 | |
| 7635 | def PrintVersion(): |
| 7636 | sys.stdout.write("Cpplint fork (https://github.com/cpplint/cpplint)\n") |
| 7637 | sys.stdout.write("cpplint " + __VERSION__ + "\n") |
| 7638 | sys.stdout.write("Python " + sys.version + "\n") |
| 7639 | sys.exit(0) |
| 7640 | |
| 7641 | |
| 7642 | def PrintCategories(): |