aboutsummaryrefslogtreecommitdiff
path: root/mesonintrospect.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonintrospect.py')
-rwxr-xr-xmesonintrospect.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/mesonintrospect.py b/mesonintrospect.py
index 5cc07bf..9ef1535 100755
--- a/mesonintrospect.py
+++ b/mesonintrospect.py
@@ -14,10 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from mesonbuild import mesonmain
import sys
if __name__ == '__main__':
- print('Warning: This executable is deprecated. Use "meson introspect" instead.',
- file=sys.stderr)
- sys.exit(mesonmain.run(['introspect'] + sys.argv[1:]))
+ sys.exit('Error: This executable is no more. Use "meson introspect" instead.')