summaryrefslogtreecommitdiffstats
path: root/tests/test_backend_templated.py
diff options
context:
space:
mode:
authorDerek Higgins <derekh@redhat.com>2012-07-09 16:05:59 +0100
committerDerek Higgins <derekh@redhat.com>2012-07-09 16:11:30 +0100
commit7cdae1bc02df9a6b79a7ee3e5ebc807bcdd11430 (patch)
tree574a160d3eb58d24e0ea3c813cf62b7f9cc5cc16 /tests/test_backend_templated.py
parent41f8843b82be6f0de2a5fee7ac98f4db49aaedc5 (diff)
downloadkeystone-7cdae1bc02df9a6b79a7ee3e5ebc807bcdd11430.tar.gz
keystone-7cdae1bc02df9a6b79a7ee3e5ebc807bcdd11430.tar.xz
keystone-7cdae1bc02df9a6b79a7ee3e5ebc807bcdd11430.zip
Fixing pep8 errors in tests/*py
Fixes bug 1022575 Making change to tests/*py to pass pep8 tests. pep8 tests started failing following 39b20acc933cb0fdf73075ddb9a9d82665b84b23 update pep8 to 1.3.3 04df79b64e5f2296df03579700535774e158f623 include tests dir in pep8 tests Change-Id: I2d7dec0a87f1ae9b5f828d7f321b65bf8c06a421
Diffstat (limited to 'tests/test_backend_templated.py')
-rw-r--r--tests/test_backend_templated.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_backend_templated.py b/tests/test_backend_templated.py
index 735bf97c..0b9c1698 100644
--- a/tests/test_backend_templated.py
+++ b/tests/test_backend_templated.py
@@ -26,8 +26,8 @@ import default_fixtures
import test_backend
DEFAULT_CATALOG_TEMPLATES = os.path.abspath(os.path.join(
- os.path.dirname(__file__),
- 'default_catalog.templates'))
+ os.path.dirname(__file__),
+ 'default_catalog.templates'))
class TestTemplatedCatalog(test.TestCase, test_backend.CatalogTests):