X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ldapdb%2Fmodels%2F__init__.py;h=6978857d5401f8fa961ce88d97677c4acae1ad12;hb=23a36d706cedeed4d02d0f97b46669403ce5b943;hp=308fc87dbe20e2bef09c8ed7275c22511d4f4afc;hpb=e8585f8b3886e887c14a21337438d2855f10f81b;p=matthijs%2Fupstream%2Fdjango-ldapdb.git diff --git a/ldapdb/models/__init__.py b/ldapdb/models/__init__.py index 308fc87..6978857 100644 --- a/ldapdb/models/__init__.py +++ b/ldapdb/models/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # django-ldapdb -# Copyright (C) 2009 Bolloré telecom +# 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 @@ -18,3 +18,4 @@ # along with this program. If not, see . # +from ldapdb.models.base import Model