in some files (and some bugs were fixed as well [Marc: eoOneToOneBreeder was a mess]) eoFunctor.h now contains static functor_category members, this shouldn't hurt anyone.
8 lines
49 B
Bash
Executable file
8 lines
49 B
Bash
Executable file
#!/bin/sh
|
|
|
|
for i in *.py
|
|
do
|
|
python $i
|
|
done
|
|
|
|
|