diff options
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:])) |