From 206041d3be092a8174a5a592058ffe95f5ca3d7a Mon Sep 17 00:00:00 2001 From: youssef Date: Thu, 20 Sep 2018 13:59:20 +0100 Subject: [PATCH] remove init --- .../__init__.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 golem_activity_limite_registration/__init__.py diff --git a/golem_activity_limite_registration/__init__.py b/golem_activity_limite_registration/__init__.py deleted file mode 100644 index 1fced20..0000000 --- a/golem_activity_limite_registration/__init__.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright 2018 Youssef El Ouahby -# Copyright 2018 Fabien Bourgeois -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . - -from . import models