diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-16 17:35:29 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-16 17:35:29 +0200 |
commit | 23b98cd6e66c6ae0f070e28e0f8b1566c0b5e585 (patch) | |
tree | e349597556abe3d22578cfb1f9529f4626ceb5aa /mesonintrospect | |
parent | 1510522b1b9970376a1e1cc5f39e00d8749ec19a (diff) | |
download | meson-23b98cd6e66c6ae0f070e28e0f8b1566c0b5e585.zip meson-23b98cd6e66c6ae0f070e28e0f8b1566c0b5e585.tar.gz meson-23b98cd6e66c6ae0f070e28e0f8b1566c0b5e585.tar.bz2 |
Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir.
Diffstat (limited to 'mesonintrospect')
-rwxr-xr-x | mesonintrospect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonintrospect b/mesonintrospect index 94c05ea..4d20548 100755 --- a/mesonintrospect +++ b/mesonintrospect @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from meson import mintro +from mesonbuild import mintro import sys sys.exit(mintro.run(sys.argv[1:])) |