From 1fc7b0485833d525be6114bf2178bd9efd04f371 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 21 May 2014 14:38:57 +0200 Subject: ipaplatform: Create separate module for platform files https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin --- ipaplatform/__init__.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ipaplatform/__init__.py (limited to 'ipaplatform/__init__.py') diff --git a/ipaplatform/__init__.py b/ipaplatform/__init__.py new file mode 100644 index 000000000..cf342aa3f --- /dev/null +++ b/ipaplatform/__init__.py @@ -0,0 +1,22 @@ +# Authors: +# Tomas Babej +# +# Copyright (C) 2014 Red Hat +# see file 'COPYING' for use and warranty information +# +# 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 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +''' +Module containing platform-specific functionality for every platform. +''' -- cgit