aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/__init__.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-04-25 19:46:54 +0200
committerWojtek Kosior <koszko@koszko.org>2022-04-25 19:46:54 +0200
commitb9f67e9dec21c7ea09d8c138ae5b11b179d84c24 (patch)
tree564209cd732628664b3288f54c4791709a6e537b /src/hydrilla/__init__.py
parenta34c8eecdeee16989c9e2ab09f016f1e9de2eaf7 (diff)
parent6bc04f8097e44e55cbf543d811ccd90671faedbc (diff)
downloadhydrilla-builder-b9f67e9dec21c7ea09d8c138ae5b11b179d84c24.tar.gz
hydrilla-builder-b9f67e9dec21c7ea09d8c138ae5b11b179d84c24.zip
Update upstream source from tag 'upstream/1.0'
Update to upstream version '1.0' with Debian dir 1e26108ec9cb2f9b4e35e048ea8f73345a415680
Diffstat (limited to 'src/hydrilla/__init__.py')
-rw-r--r--src/hydrilla/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hydrilla/__init__.py b/src/hydrilla/__init__.py
new file mode 100644
index 0000000..6aeb276
--- /dev/null
+++ b/src/hydrilla/__init__.py
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: 0BSD
+
+# Copyright (C) 2013-2020, PyPA
+
+# https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
+
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)