pep8 cleanup

This commit is contained in:
Ed Leafe
2010-12-17 11:24:06 -06:00
parent 6900eddc30
commit 20936a664d

View File

@@ -82,8 +82,6 @@ class _StorageDict(dict):
hashdict[field] = val
SCOPE_BASE = 0
SCOPE_ONELEVEL = 1 # Not implemented
SCOPE_SUBTREE = 2
@@ -218,7 +216,6 @@ class FakeLDAP(object):
value_dict = dict([(k, _to_json(v)) for k, v in attr])
Store.instance().hmset(key, value_dict)
def delete_s(self, dn):
"""Remove the ldap object at specified dn."""
Store.instance().delete("%s%s" % (self.__prefix, dn))