aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test_get_arrays.py
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2010-03-16 17:14:50 -0400
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-03-16 17:14:50 -0400
commitc664bbedd7c74ef776b892d22cf3c2d1e9528895 (patch)
tree2b095fa96d1ea2165ae7d138e0cd039716f7a4a9 /scripts/test_get_arrays.py
parent2f873009798d0ca3c45443630adabe421c231ce3 (diff)
Re-organize scripts directory and add some documentation
Diffstat (limited to 'scripts/test_get_arrays.py')
-rw-r--r--scripts/test_get_arrays.py4
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#
3import sys, pm 7import sys, pm
4 8
5args = sys.argv[1:] 9args = sys.argv[1:]