From: Thanh Ha Date: Mon, 16 Mar 2015 04:42:25 +0000 (-0400) Subject: Fix pep8 violations in base X-Git-Tag: release/helium-sr3~6^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=49bd199201a8dbb1b3ac636dbff34963d8cf471a;p=integration%2Ftest.git Fix pep8 violations in base Change-Id: I2d0171a9517fa79cf0476aa45809f395aff4bb6d Signed-off-by: Thanh Ha --- diff --git a/test/tools/CSIT_Test/base/__init__.py b/test/tools/CSIT_Test/base/__init__.py index 4f3b91c88e..1a1abc3c83 100644 --- a/test/tools/CSIT_Test/base/__init__.py +++ b/test/tools/CSIT_Test/base/__init__.py @@ -3,4 +3,4 @@ CSIT test tools. Homepage: https://github.com/yeasy/CSIT_Test Updated: 2013-11-07 """ -__all__ = ['restlib', 'testmodule'] \ No newline at end of file +__all__ = ['restlib', 'testmodule']