aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/programs.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/programs.py')
-rw-r--r--mesonbuild/programs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/programs.py b/mesonbuild/programs.py
index 1d616aa..64f7c29 100644
--- a/mesonbuild/programs.py
+++ b/mesonbuild/programs.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
"""Representations and logic for External and Internal Programs."""