Skip to content

Commit

Permalink
Backed out changeset 69687a23245e (bug 1603804) for Lint failure. CLO…
Browse files Browse the repository at this point in the history
…SED 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
  • Loading branch information
Razvan Maries committed Dec 19, 2019
1 parent 0771b42 commit 4a6468a
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .lldbinit
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4a6468a

Please sign in to comment.