зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
100 B
Plaintext
7 строки
100 B
Plaintext
|
#filter substitution
|
||
|
python
|
||
|
import sys
|
||
|
sys.path.append('@topsrcdir@/python/gdbpp')
|
||
|
import gdbpp
|
||
|
end
|