From 90e8be5f8eb044fb3d2668acddfd96237f99b9fe Mon Sep 17 00:00:00 2001 From: chrisdicaprio Date: Tue, 19 Nov 2024 21:19:32 +1300 Subject: [PATCH] required for python3.9 --- nzshm_common/location/resources/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 nzshm_common/location/resources/__init__.py diff --git a/nzshm_common/location/resources/__init__.py b/nzshm_common/location/resources/__init__.py new file mode 100644 index 0000000..b00ad16 --- /dev/null +++ b/nzshm_common/location/resources/__init__.py @@ -0,0 +1 @@ +"""init file needed for python3.9 compatibility"""