Skip to content
Snippets Groups Projects
Commit 85b59c3c authored by hvanwelbergen's avatar hvanwelbergen
Browse files

x

parent c57abe9e
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,8 @@ public class JavaPythonTest {
String pypr =
"import sys\n" +
"sys.path.append('/homes/hvanwelbergen/git_pool/ipaaca/python/build/')\n" +
"sys.path.append('../python/build/')\n" +
"sys.path.append('../python/lib/')\n" +
"import ipaaca, time\n" +
"ob = ipaaca.OutputBuffer('pythonside')\n" +
"iu = ipaaca.IU('JavaPythonTest')\n" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment