summaryrefslogtreecommitdiff
path: root/openstackclient/tests/utils.py
diff options
context:
space:
mode:
authorBrandon Palm <bapalm@us.ibm.com>2016-02-23 10:38:58 -0600
committerBrandon Palm <bapalm@us.ibm.com>2016-02-23 10:38:58 -0600
commitf49f0fead2933ace4cb85c70bd14d13d0c479e6a (patch)
tree8d3dacfb9fb599c23fdb489ad84daac804cab714 /openstackclient/tests/utils.py
parent02e5b6f41d2b5f026ce1f1f5b7026d5968a7c20f (diff)
downloadpython-openstackclient-f49f0fead2933ace4cb85c70bd14d13d0c479e6a.tar.gz
Fixed a bunch of spacing
Nothing too complicated here. I fixed a bunch of spacing issues that I saw in OSC. Change-Id: I935ab48e7c5bac5f88ecdb3a05f73fb44fc9f41d
Diffstat (limited to 'openstackclient/tests/utils.py')
-rw-r--r--openstackclient/tests/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/utils.py b/openstackclient/tests/utils.py
index d9abd572..d3f3853f 100644
--- a/openstackclient/tests/utils.py
+++ b/openstackclient/tests/utils.py
@@ -28,6 +28,7 @@ class ParserException(Exception):
class TestCase(testtools.TestCase):
+
def setUp(self):
testtools.TestCase.setUp(self)