Mercurial > hg > config
comparison python/stripirssi.py @ 441:f81fdc6926fd
python/stripirssi.py
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Fri, 09 Aug 2013 14:22:27 -0700 |
| parents | 5c62ebf2dd47 |
| children | 3982b7ad596b |
comparison
equal
deleted
inserted
replaced
| 440:5c62ebf2dd47 | 441:f81fdc6926fd |
|---|---|
| 101 log = sys.stdin.read().strip() | 101 log = sys.stdin.read().strip() |
| 102 | 102 |
| 103 # strip timestamps | 103 # strip timestamps |
| 104 lines = strip_first_column(log) | 104 lines = strip_first_column(log) |
| 105 | 105 |
| 106 import pdb; pdb.set_trace() | |
| 107 | |
| 106 print '\n'.join(lines) | 108 print '\n'.join(lines) |
| 107 | 109 |
| 108 if __name__ == '__main__': | 110 if __name__ == '__main__': |
| 109 main() | 111 main() |
