21 import os,sys,subprocess,shutil
26 if not os.path.exists(dirALaCon0):
28 if not os.path.exists(os.path.join(dirALaCon0,dirAlaCon1)):
30 os.symlink(os.path.join(
"..",dirAlaCon1),dirAlaCon1)
33 dn=os.path.dirname(__file__)
34 p=subprocess.Popen([
"python",
"PMMLBasicsTest.py"],cwd=dn,stdout=subprocess.PIPE,stderr=subprocess.PIPE)
38 shutil.rmtree(dirALaCon0)