We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcb2cc commit 400d9caCopy full SHA for 400d9ca
pyexamples/box2/runcase.py
@@ -7,11 +7,11 @@
7
import os
8
9
##-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")
+execfile("../../pylib/plotmesh.py")
+execfile("../../pylib/plotvar.py")
+execfile("../../pylib/plotr.py")
+execfile("../../pylib/showrange.py")
+execfile("../../pylib/paws.py")
15
16
17
plt.ion()
0 commit comments