Change in vdsm[master]: PEP 8: fix "E302 expected 2 blank lines" in tests/apiTests.p...

zhshzhou at linux.vnet.ibm.com zhshzhou at linux.vnet.ibm.com
Tue Nov 20 03:36:10 UTC 2012


Zhou Zheng Sheng has uploaded a new change for review.

Change subject: PEP 8: fix "E302 expected 2 blank lines" in tests/apiTests.py
......................................................................

PEP 8: fix "E302 expected 2 blank lines" in tests/apiTests.py

On my pep8 version 1.3.3, it reports error on this file and fails the
build. The patch fixes this.

Change-Id: I27608d7d00c7d8e72a043eba387cd4e9f03fa837
Signed-off-by: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
---
M tests/apiTests.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/46/9346/1

diff --git a/tests/apiTests.py b/tests/apiTests.py
index 4b1a56b..ff0a785 100644
--- a/tests/apiTests.py
+++ b/tests/apiTests.py
@@ -156,6 +156,7 @@
                 raise
     server.start()
 
+
 class APITest(TestCaseBase):
     def expectAPI(self, obj, meth, retval):
         global _fakeret


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I27608d7d00c7d8e72a043eba387cd4e9f03fa837
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list