This commit is a simple 'hg mv' and does not contain any file modifications. *** Bug 1346025 - Split vendored modules in python/moz.build to third_party/python/moz.build, r=ted *** Bug 1346025 - Update references to moved python modules, r=ted MozReview-Commit-ID: A12RnIFtXju
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
python
|
|
import sys
|
|
sys.path.append('third_party/python/gdbpp/')
|
|
import gdbpp
|
|
end
|