summaryrefslogtreecommitdiff
path: root/wraptool
diff options
context:
space:
mode:
Diffstat (limited to 'wraptool')
-rwxr-xr-xwraptool4
1 files changed, 2 insertions, 2 deletions
diff --git a/wraptool b/wraptool
index 46a2c26d0..5e03efd18 100755
--- a/wraptool
+++ b/wraptool
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from meson.wrap import wraptool
+from mesonbuild.wrap import wraptool
import sys
-sys.exit(wraptool.run(sys.argv[1:])) \ No newline at end of file
+sys.exit(wraptool.run(sys.argv[1:]))