Skip to content

Commit 01ce3d5

Browse files
author
Magne Hov
committed
add import script for libpython modules
1 parent f48cd13 commit 01ce3d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libpython.gdb

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
python
2+
# Adjust this import path to wherever the libpython files are stored.
3+
sys.path.append(".")
4+
5+
import libpython
6+
import libpython_extensions
7+
import libpython_ui
8+
end

0 commit comments

Comments
 (0)