[PATCH master] ssconf: Fix mistake made in commit ee501db

4 views
Skip to first unread message

Michael Hanselmann

unread,
Oct 3, 2012, 9:54:02 PM10/3/12
to ganeti...@googlegroups.com
Signed-off-by: Michael Hanselmann <han...@google.com>
---
lib/ssconf.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/ssconf.py b/lib/ssconf.py
index ce7f876..251a63d 100644
--- a/lib/ssconf.py
+++ b/lib/ssconf.py
@@ -517,7 +517,7 @@ def WriteSsconfFiles(values):
Wrapper around L{SimpleStore.WriteFiles}.

"""
- ssconf.SimpleStore().WriteFiles(values)
+ SimpleStore().WriteFiles(values)


def GetMasterAndMyself(ss=None):
--
1.7.7.3

Iustin Pop

unread,
Oct 3, 2012, 9:58:08 PM10/3/12
to Michael Hanselmann, ganeti...@googlegroups.com
On Thu, Oct 04, 2012 at 03:54:02AM +0200, Michael Hanselmann wrote:
> Signed-off-by: Michael Hanselmann <han...@google.com>

LGTM.
Reply all
Reply to author
Forward
0 new messages