summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-07-18 20:31:12 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-07-18 20:31:12 +0000
commit00f4da79a900ae2af1db82e4e697bd2552cdabc5 (patch)
treecc36c35d69a628629540d2a143306b6305a419df /ipalib/__init__.py
parent556abfaf0becbeafa5cad50b2b2866a76e587156 (diff)
downloadfreeipa-00f4da79a900ae2af1db82e4e697bd2552cdabc5.tar.gz
freeipa-00f4da79a900ae2af1db82e4e697bd2552cdabc5.tar.xz
freeipa-00f4da79a900ae2af1db82e4e697bd2552cdabc5.zip
2: Got basics of NameSpace working, added corresponding unit tests
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index 8eb39d3cb..ddce3ac92 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -16,3 +16,7 @@
# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+"""
+IPA library.
+"""