diff --git a/.lldbinit b/.lldbinit index 0c65d77f7702..f1beb609ba87 100644 --- a/.lldbinit +++ b/.lldbinit @@ -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, "third_party/python/lldbutils")) +script sys.path.append(os.path.join(topsrcdir, "python/lldbutils")) script import lldbutils script lldbutils.init() diff --git a/third_party/python/lldbutils/README.txt b/python/lldbutils/README.txt similarity index 100% rename from third_party/python/lldbutils/README.txt rename to python/lldbutils/README.txt diff --git a/third_party/python/lldbutils/lldbutils/__init__.py b/python/lldbutils/lldbutils/__init__.py similarity index 100% rename from third_party/python/lldbutils/lldbutils/__init__.py rename to python/lldbutils/lldbutils/__init__.py diff --git a/third_party/python/lldbutils/lldbutils/content.py b/python/lldbutils/lldbutils/content.py similarity index 100% rename from third_party/python/lldbutils/lldbutils/content.py rename to python/lldbutils/lldbutils/content.py diff --git a/third_party/python/lldbutils/lldbutils/general.py b/python/lldbutils/lldbutils/general.py similarity index 100% rename from third_party/python/lldbutils/lldbutils/general.py rename to python/lldbutils/lldbutils/general.py diff --git a/third_party/python/lldbutils/lldbutils/gfx.py b/python/lldbutils/lldbutils/gfx.py similarity index 100% rename from third_party/python/lldbutils/lldbutils/gfx.py rename to python/lldbutils/lldbutils/gfx.py diff --git a/third_party/python/lldbutils/lldbutils/layout.py b/python/lldbutils/lldbutils/layout.py similarity index 100% rename from third_party/python/lldbutils/lldbutils/layout.py rename to python/lldbutils/lldbutils/layout.py diff --git a/third_party/python/lldbutils/lldbutils/utils.py b/python/lldbutils/lldbutils/utils.py similarity index 100% rename from third_party/python/lldbutils/lldbutils/utils.py rename to python/lldbutils/lldbutils/utils.py