From 74ad7a481abd915caf74ab2f94a284a796a47317 Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Sun, 14 Apr 2024 01:21:08 +0000 Subject: [PATCH] Update from tree-sitter-python --- .../lib/{tree_sitter_python => tree_sitter_mojo}/__init__.py | 0 .../mojo/{tree_sitter_python => tree_sitter_mojo}/__init__.py | 0 .../mojo/{tree_sitter_python => tree_sitter_mojo}/__init__.pyi | 0 bindings/mojo/{tree_sitter_python => tree_sitter_mojo}/binding.c | 0 bindings/mojo/{tree_sitter_python => tree_sitter_mojo}/py.typed | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename bindings/mojo/build/lib/{tree_sitter_python => tree_sitter_mojo}/__init__.py (100%) rename bindings/mojo/{tree_sitter_python => tree_sitter_mojo}/__init__.py (100%) rename bindings/mojo/{tree_sitter_python => tree_sitter_mojo}/__init__.pyi (100%) rename bindings/mojo/{tree_sitter_python => tree_sitter_mojo}/binding.c (100%) rename bindings/mojo/{tree_sitter_python => tree_sitter_mojo}/py.typed (100%) diff --git a/bindings/mojo/build/lib/tree_sitter_python/__init__.py b/bindings/mojo/build/lib/tree_sitter_mojo/__init__.py similarity index 100% rename from bindings/mojo/build/lib/tree_sitter_python/__init__.py rename to bindings/mojo/build/lib/tree_sitter_mojo/__init__.py diff --git a/bindings/mojo/tree_sitter_python/__init__.py b/bindings/mojo/tree_sitter_mojo/__init__.py similarity index 100% rename from bindings/mojo/tree_sitter_python/__init__.py rename to bindings/mojo/tree_sitter_mojo/__init__.py diff --git a/bindings/mojo/tree_sitter_python/__init__.pyi b/bindings/mojo/tree_sitter_mojo/__init__.pyi similarity index 100% rename from bindings/mojo/tree_sitter_python/__init__.pyi rename to bindings/mojo/tree_sitter_mojo/__init__.pyi diff --git a/bindings/mojo/tree_sitter_python/binding.c b/bindings/mojo/tree_sitter_mojo/binding.c similarity index 100% rename from bindings/mojo/tree_sitter_python/binding.c rename to bindings/mojo/tree_sitter_mojo/binding.c diff --git a/bindings/mojo/tree_sitter_python/py.typed b/bindings/mojo/tree_sitter_mojo/py.typed similarity index 100% rename from bindings/mojo/tree_sitter_python/py.typed rename to bindings/mojo/tree_sitter_mojo/py.typed