diff options
Diffstat (limited to 'wraptool')
| -rwxr-xr-x | wraptool | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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:])) |
