summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIonuț Arțăriși <iartarisi@suse.cz>2013-02-11 17:58:46 +0100
committerIonuț Arțăriși <iartarisi@suse.cz>2013-02-11 17:58:46 +0100
commitc213f483072cbb6d3798a4b31f135928fd1b9ae7 (patch)
treecd162daf076ca81294cf898b5d7248b7c14ad2b7
parentc05041e4f2b1ac89d105b1a35d5f4f9a1f065573 (diff)
downloadkeystone-c213f483072cbb6d3798a4b31f135928fd1b9ae7.tar.gz
keystone-c213f483072cbb6d3798a4b31f135928fd1b9ae7.tar.xz
keystone-c213f483072cbb6d3798a4b31f135928fd1b9ae7.zip
remove duplicate model declaration/attribution
Change-Id: I3e91fb236b38ff50c33c6b75ad2f3527a9f363d6
-rw-r--r--keystone/common/ldap/core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/keystone/common/ldap/core.py b/keystone/common/ldap/core.py
index e767e93e..5f6dee00 100644
--- a/keystone/common/ldap/core.py
+++ b/keystone/common/ldap/core.py
@@ -71,7 +71,6 @@ class BaseLdap(object):
model = None
attribute_mapping = {}
attribute_ignore = []
- model = None
tree_dn = None
def __init__(self, conf):