X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ldapdb%2Fmodels%2F__init__.py;h=b6b7a1917b6caaf5bac98327d9ec1c67a229f356;hb=afb1ad6158bb93a786db69c67d8d6260144f40c3;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=fe6e3af37054aa100679acf8236e17cc45c883a1;p=matthijs%2Fupstream%2Fdjango-ldapdb.git diff --git a/ldapdb/models/__init__.py b/ldapdb/models/__init__.py index e69de29..b6b7a19 100644 --- a/ldapdb/models/__init__.py +++ b/ldapdb/models/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# django-ldapdb +# Copyright (C) 2009 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