From 93abcedf504a2bae9182422c972086d83120fed5 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 7 Oct 2004 19:29:16 +0000 Subject: update to new api (Logical change 1.82) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@394 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Toolset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Client/Toolset.py b/src/lib/Client/Toolset.py index 2e7e9b2a3..583c22e7b 100644 --- a/src/lib/Client/Toolset.py +++ b/src/lib/Client/Toolset.py @@ -174,7 +174,7 @@ class Toolset(object): def FindConfig(self): pass - def Commit(self): + def Commit(self, entrystate): '''Commit pending changes to the system. This method allows for interrelated operations to be executed concurrently''' return -- cgit v1.2.3-1-g7c22