console_conf: make sure we're recognized as a package

This commit is contained in:
Mathieu Trudel-Lapierre 2016-07-08 15:56:26 -04:00
parent 6133de63fe
commit 62e70afd02
1 changed files with 16 additions and 0 deletions

16
console_conf/__init__.py Normal file
View File

@ -0,0 +1,16 @@
# Copyright 2015 Canonical, Ltd.
#
# 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 <http://www.gnu.org/licenses/>.
""" Console-Conf """