diff options
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:] |