Bug 1584422 [wpt PR 19351] - html: Move autofocus tests to html/interaction/focus...
[gecko.git] / .gdbinit_python
blob9ad12bd2ac630b4ccd5177a30e8f7274cdf70fb5
1 python
2 import sys
3 sys.path.append('python/gdbpp/')
4 import gdbpp
5 end