Skip to content

Commit c4af586

Browse files
Francois BonneauBotellaA
Francois Bonneau
authored andcommitted
add import opengeode
1 parent 5060adb commit c4af586

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindings/python/tests/mylib/test-py-hello-world.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
if sys.version_info >= (3, 8, 0) and platform.system() == "Windows":
2626
for path in [x.strip() for x in os.environ['PATH'].split(';') if x]:
2727
os.add_dll_directory(path)
28-
28+
29+
import opengeode
2930
import opengeode_mymodule_py_mylib as mylib
3031

3132
if __name__ == '__main__':

0 commit comments

Comments
 (0)