diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-03-16 17:14:50 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-03-16 17:14:50 -0400 |
commit | c664bbedd7c74ef776b892d22cf3c2d1e9528895 (patch) | |
tree | 2b095fa96d1ea2165ae7d138e0cd039716f7a4a9 /scripts/test_get_arrays.py | |
parent | 2f873009798d0ca3c45443630adabe421c231ce3 (diff) |
Re-organize scripts directory and add some documentation
Diffstat (limited to 'scripts/test_get_arrays.py')
-rw-r--r-- | scripts/test_get_arrays.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/test_get_arrays.py b/scripts/test_get_arrays.py index a218b4e..cfe9fa7 100644 --- a/scripts/test_get_arrays.py +++ b/scripts/test_get_arrays.py | |||
@@ -1,5 +1,9 @@ | |||
1 | #!/usr/bin/python | 1 | #!/usr/bin/python |
2 | # | ||
3 | # test_get_arrays: test program to verify and test C to Python pm interface | ||
4 | # | ||
2 | # recall: PYTHONPATH=".." python test_get_arrays.py :) | 5 | # recall: PYTHONPATH=".." python test_get_arrays.py :) |
6 | # | ||
3 | import sys, pm | 7 | import sys, pm |
4 | 8 | ||
5 | args = sys.argv[1:] | 9 | args = sys.argv[1:] |