Chromium Code Reviews| Index: pydir/sz-clang.py |
| diff --git a/pydir/sz-clang.py b/pydir/sz-clang.py |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..2aa0059946dffe3a817635ec92878983cf4d8e74 |
| --- /dev/null |
| +++ b/pydir/sz-clang.py |
| @@ -0,0 +1,6 @@ |
| +#!/usr/bin/env python2 |
| + |
| +import sz_driver |
| + |
| +if __name__ == '__main__': |
| + sz_driver.run(False) |
|
Jim Stichnoth
2016/07/14 20:42:11
I don't know if this is valid or reasonable python
tlively
2016/07/15 01:54:25
Done.
|