mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-07-20 20:41:28 +02:00
5 lines
56 B
Python
5 lines
56 B
Python
import sys
|
|
|
|
sys.path.append("HERE")
|
|
import gui.commands
|