summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoapunk <goapunk@riseup.net>2021-09-13 13:45:41 +0200
committergoapunk <goapunk@riseup.net>2021-09-13 13:45:41 +0200
commit17c604d7bd78dd081868798a702db0eaa8abb169 (patch)
treed8b5cd00ff0b9b2a6afca07c976768e0866073a1
parent2683fee18b7a57150e6f6510d9f27be00035ef19 (diff)
downloadlibqmi-master.tar.gz
build: use python3 everywheremaster
-rwxr-xr-xbuild-aux/qmi-codegen/qmi-codegen2
-rwxr-xr-xexamples/simple-tester-python/simple-tester-python2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/qmi-codegen/qmi-codegen b/build-aux/qmi-codegen/qmi-codegen
index 1fea7c1d..1092c8e9 100755
--- a/build-aux/qmi-codegen/qmi-codegen
+++ b/build-aux/qmi-codegen/qmi-codegen
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/examples/simple-tester-python/simple-tester-python b/examples/simple-tester-python/simple-tester-python
index af9065a9..a35e5058 100755
--- a/examples/simple-tester-python/simple-tester-python
+++ b/examples/simple-tester-python/simple-tester-python
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
#
# This program is free software; you can redistribute it and/or modify it under