From 7b3d9be388f8e3da3959912061513e40b31926c5 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 10 Dec 2013 11:09:56 +0100 Subject: Rename LDAPEntry method commit to reset_modlist. https://fedorahosted.org/freeipa/ticket/3488 --- ipapython/ipaldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/ipaldap.py') diff --git a/ipapython/ipaldap.py b/ipapython/ipaldap.py index a48879f0..699a53d0 100644 --- a/ipapython/ipaldap.py +++ b/ipapython/ipaldap.py @@ -740,7 +740,7 @@ class LDAPEntry(collections.MutableMapping): return result - def commit(self): + def reset_modlist(self): """ Make the current state of the entry a new reference point for change tracking. -- cgit