From 603f0e9e85047526cb424d9b9b93c1819bff2e72 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Feb 06 2020 15:33:37 +0000 Subject: Add __init__.py for subjects submodule This could possibly fix the fedora messaging having an issue with loading the submodule (#540). JIRA: FACTORY-5879 Signed-off-by: Lukas Holecek --- diff --git a/greenwave/subjects/__init__.py b/greenwave/subjects/__init__.py new file mode 100644 index 0000000..1fc1386 --- /dev/null +++ b/greenwave/subjects/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# SPDX-License-Identifier: GPL-2.0+ +"""Contains Greenwave's subject type handling."""