mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-07-21 21:11:25 +02:00
4 lines
55 B
Python
4 lines
55 B
Python
import sys
|
|
sys.path.append('HERE')
|
|
import gui.commands
|