fix pep8 errors from cookiecutter

This commit is contained in:
Sean Dague 2013-10-11 10:04:09 -04:00
parent cf7925640a
commit 3317e1df79
3 changed files with 3 additions and 3 deletions

View File

@ -50,4 +50,4 @@ class TestCase(testtools.TestCase):
stderr = self.useFixture(fixtures.StringStream('stderr')).stream
self.useFixture(fixtures.MonkeyPatch('sys.stderr', stderr))
self.log_fixture = self.useFixture(fixtures.FakeLogger())
self.log_fixture = self.useFixture(fixtures.FakeLogger())

View File

@ -25,4 +25,4 @@ from os_loganalyze.tests import base
class TestOs_loganalyze(base.TestCase):
def test_something(self):
pass
pass

View File

@ -19,4 +19,4 @@ import setuptools
setuptools.setup(
setup_requires=['pbr>=0.5.21,<1.0'],
pbr=True)
pbr=True)