mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-12-13 05:50:06 +01:00
5 lines
56 B
Python
5 lines
56 B
Python
import sys
|
|
|
|
sys.path.append("HERE")
|
|
import gui.commands
|