Bug 1529847 - Move the Changes Front initialization to the Promise.all. r=rcaliman
[gecko.git] / .gdbinit_python
blob07129d2c1e9c2240c4557bc7baba39edf12356a2
1 python
2 import sys
3 sys.path.append('third_party/python/gdbpp/')
4 import gdbpp
5 end