Hello Yedidyah Bar David,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/20221

to review the following change.

Change subject: packaging: setup: Add 'values' to configfile.py
......................................................................

packaging: setup: Add 'values' to configfile.py

Related-To: https://bugzilla.redhat.com/1013347
Change-Id: Id27fcd1335a2a264d2f1f6000815c7ddec578fbe
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M packaging/pythonlib/ovirt_engine/configfile.py
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/21/20221/1

diff --git a/packaging/pythonlib/ovirt_engine/configfile.py 
b/packaging/pythonlib/ovirt_engine/configfile.py
index 7e89e99..2a7416e 100644
--- a/packaging/pythonlib/ovirt_engine/configfile.py
+++ b/packaging/pythonlib/ovirt_engine/configfile.py
@@ -34,6 +34,10 @@
     _EMPTY_LINE = re.compile(r'^\s*(#.*|)$')
     _KEY_VALUE_EXPRESSION = re.compile(r'^\s*(?P<key>\w+)=(?P<value>.*)$')
 
+    @property
+    def values(self):
+        return self._values
+
     def _loadLine(self, line):
         emptyMatch = self._EMPTY_LINE.search(line)
         if emptyMatch is None:


-- 
To view, visit http://gerrit.ovirt.org/20221
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id27fcd1335a2a264d2f1f6000815c7ddec578fbe
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Yedidyah Bar David <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to