mirror of
https://github.com/tromey/gdb-gui.git
synced 2026-01-04 15:40:06 +01:00
4 lines
55 B
Python
4 lines
55 B
Python
import sys
|
|
sys.path.append('HERE')
|
|
import gui.commands
|