From 6730f714172caa6e46609e383c795fdbbbbe9b91 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Wed, 19 Feb 2014 11:56:26 +0100 Subject: [PATCH] Drop __init__.py, fix collision with molecule-core --- src/__init__.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py deleted file mode 100644 index a2adb65..0000000 --- a/src/__init__.py +++ /dev/null @@ -1,17 +0,0 @@ -# -*- coding: utf-8 -*- -# Molecule Disc Image builder for Sabayon Linux -# Copyright (C) 2009 Fabio Erculiani -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.