зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 69687a23245e (bug 1603804) for Lint failure. CLOSED TREE
--HG-- rename : python/lldbutils/README.txt => third_party/python/lldbutils/README.txt rename : python/lldbutils/lldbutils/__init__.py => third_party/python/lldbutils/lldbutils/__init__.py rename : python/lldbutils/lldbutils/content.py => third_party/python/lldbutils/lldbutils/content.py rename : python/lldbutils/lldbutils/general.py => third_party/python/lldbutils/lldbutils/general.py rename : python/lldbutils/lldbutils/gfx.py => third_party/python/lldbutils/lldbutils/gfx.py rename : python/lldbutils/lldbutils/layout.py => third_party/python/lldbutils/lldbutils/layout.py rename : python/lldbutils/lldbutils/utils.py => third_party/python/lldbutils/lldbutils/utils.py
This commit is contained in:
Родитель
0771b42cab
Коммит
4a6468a68a
1
.flake8
1
.flake8
|
@ -24,7 +24,6 @@ exclude =
|
|||
netwerk/protocol/http/make_incoming_tables.py,
|
||||
python/devtools/migrate-l10n/migrate/main.py,
|
||||
python/l10n/fluent_migrations,
|
||||
python/lldbutils,
|
||||
python/mozbuild/dumbmake,
|
||||
security/manager/ssl/tests/unit,
|
||||
servo/components/style,
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# or the dist/bin directory. (.lldbinit files in the objdir and dist/bin set
|
||||
# topsrcdir appropriately.)
|
||||
script topsrcdir = topsrcdir if "topsrcdir" in locals() else os.getcwd()
|
||||
script sys.path.append(os.path.join(topsrcdir, "python/lldbutils"))
|
||||
script sys.path.append(os.path.join(topsrcdir, "third_party/python/lldbutils"))
|
||||
script import lldbutils
|
||||
script lldbutils.init()
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче