summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/dirchanger.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/scripts/dirchanger.py')
-rw-r--r--mesonbuild/scripts/dirchanger.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/scripts/dirchanger.py b/mesonbuild/scripts/dirchanger.py
index 21632cd89..60c4f120c 100644
--- a/mesonbuild/scripts/dirchanger.py
+++ b/mesonbuild/scripts/dirchanger.py
@@ -11,6 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+from __future__ import annotations
'''CD into dir given as first argument and execute
the command given in the rest of the arguments.'''