Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #!/usr/bin/env python2 | |
| 2 | |
| 3 import sz_driver | |
| 4 | |
| 5 if __name__ == '__main__': | |
| 6 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.
| |
| OLD | NEW |