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

x

parent 85b59c3c
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,8 @@ public class JavaPythonTest {
String pypr =
"import sys\n" +
"sys.path.append('../python/build/')\n" +
"sys.path.append('../python/lib/')\n" +
"sys.path.insert(0, '../python/build/')\n" +
"sys.path.insert(0, '../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