Migration from SVN

This commit is contained in:
quemy 2012-08-30 11:30:11 +02:00
commit 8cd56f37db
29069 changed files with 0 additions and 4096888 deletions

7
eo/src/pyeo/test/run_tests.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
for i in *.py
do
python2 $i > /dev/null
done