diff options
Diffstat (limited to 'mesonbuild/modules/dlang.py')
-rw-r--r-- | mesonbuild/modules/dlang.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/modules/dlang.py b/mesonbuild/modules/dlang.py index 7a9b99f..b9d4299 100644 --- a/mesonbuild/modules/dlang.py +++ b/mesonbuild/modules/dlang.py @@ -14,6 +14,7 @@ # This file contains the detection logic for external dependencies that # are UI-related. +from __future__ import annotations import json import os |