From 00f4da79a900ae2af1db82e4e697bd2552cdabc5 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Fri, 18 Jul 2008 20:31:12 +0000 Subject: 2: Got basics of NameSpace working, added corresponding unit tests --- ipalib/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ipalib/__init__.py') diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 8eb39d3c..ddce3ac9 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. +""" -- cgit