From c8aba30a61346148d1b59209a17b98aa07b4d146 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 21 Feb 2022 19:06:33 +0100 Subject: enable using with Python 3.7 --- src/hydrilla/server/serve.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/hydrilla/server/serve.py') diff --git a/src/hydrilla/server/serve.py b/src/hydrilla/server/serve.py index 075eaef..2ef30cb 100644 --- a/src/hydrilla/server/serve.py +++ b/src/hydrilla/server/serve.py @@ -24,6 +24,9 @@ # file's license. Although I request that you do not make use this code # in a proprietary program, I am not going to enforce this in court. +# Enable using with Python 3.7. +from __future__ import annotations + import re import os import pathlib -- cgit v1.2.3