1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-15 16:59:09 +03:00

r26642: samba3sam.py: Remove more EJS-specific code.

(This used to be commit 7d14b657b3)
This commit is contained in:
Jelmer Vernooij
2008-01-02 01:52:31 -06:00
committed by Stefan Metzmacher
parent 9987095378
commit 5e03b92182
2 changed files with 240 additions and 263 deletions

View File

@ -172,8 +172,7 @@ class Ldb(ldb.Ldb):
:param ldif: LDIF text.
"""
for (changetype, msg) in self.parse_ldif(ldif):
assert changetype == ldb.CHANGETYPE_MODIFY
for changetype, msg in self.parse_ldif(ldif):
self.modify(msg)