X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ldapdb%2Fmodels%2F__init__.py;h=6978857d5401f8fa961ce88d97677c4acae1ad12;hb=c04580563f978929bc4f06dfa85ea7a26248d688;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=fe6e3af37054aa100679acf8236e17cc45c883a1;p=matthijs%2Fupstream%2Fdjango-ldapdb.git diff --git a/ldapdb/models/__init__.py b/ldapdb/models/__init__.py index e69de29..6978857 100644 --- a/ldapdb/models/__init__.py +++ b/ldapdb/models/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# django-ldapdb +# Copyright (C) 2009-2010 Bolloré telecom +# See AUTHORS file for a full list of contributors. +# +# 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 . +# + +from ldapdb.models.base import Model