summaryrefslogtreecommitdiffstats
path: root/ipaplatform/__init__.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-05-21 14:38:57 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-06-16 19:48:17 +0200
commit1fc7b0485833d525be6114bf2178bd9efd04f371 (patch)
tree4c45a5eb1d3dad8b3e4565ee8b42fa8e5d3ac320 /ipaplatform/__init__.py
parent4de9c5fc51c1e9a07a23b430ba531eb096960732 (diff)
downloadfreeipa-1fc7b0485833d525be6114bf2178bd9efd04f371.tar.gz
freeipa-1fc7b0485833d525be6114bf2178bd9efd04f371.tar.xz
freeipa-1fc7b0485833d525be6114bf2178bd9efd04f371.zip
ipaplatform: Create separate module for platform files
https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipaplatform/__init__.py')
-rw-r--r--ipaplatform/__init__.py22
1 files changed, 22 insertions, 0 deletions
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 <tbabej@redhat.com>
+#
+# 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 <http://www.gnu.org/licenses/>.
+
+'''
+Module containing platform-specific functionality for every platform.
+'''