Skip to content

Commit 400d9ca

Browse files
authored
Update runcase.py
Fixed the path to pylib
1 parent dfcb2cc commit 400d9ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyexamples/box2/runcase.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
import os
88

99
##-how to do this better?
10-
execfile("../pylib/plotmesh.py")
11-
execfile("../pylib/plotvar.py")
12-
execfile("../pylib/plotr.py")
13-
execfile("../pylib/showrange.py")
14-
execfile("../pylib/paws.py")
10+
execfile("../../pylib/plotmesh.py")
11+
execfile("../../pylib/plotvar.py")
12+
execfile("../../pylib/plotr.py")
13+
execfile("../../pylib/showrange.py")
14+
execfile("../../pylib/paws.py")
1515

1616

1717
plt.ion()

0 commit comments

Comments
 (0)