log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
simon-gladman
>
row_means
annotate test-data/row_means.py @ 0:
33493e25c51c
draft
default
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Row means initial upload
author
simon-gladman
date
Tue, 13 Nov 2018 20:31:41 -0500
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
0
33493e25c51c
Row means initial upload
simon-gladman
parents:
diff
changeset
1
#!/usr/bin/env python
33493e25c51c
Row means initial upload
simon-gladman
parents:
diff
changeset
2
33493e25c51c
Row means initial upload
simon-gladman
parents:
diff
changeset
3
import sys
33493e25c51c
Row means initial upload
simon-gladman
parents:
diff
changeset
4
33493e25c51c
Row means initial upload
simon-gladman
parents:
diff
changeset
5
def main():
33493e25c51c
Row means initial upload
simon-gladman
parents:
diff
changeset
6