From cf561a6e3d4c4fbd78ab6c9d0a9aa817bb3300fc Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 15 Dec 2016 10:52:33 +0100 Subject: Pylint fixes - Fix PyLint errors - Fix comments in touched python modules Change-Id: I26db2d292a41969cf38b9b0bdd49c4fb15349102 Signed-off-by: Tibor Frank --- resources/libraries/python/parsers/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/libraries/python/parsers') diff --git a/resources/libraries/python/parsers/__init__.py b/resources/libraries/python/parsers/__init__.py index 5a0e0e1c5e..1b58a3cf17 100644 --- a/resources/libraries/python/parsers/__init__.py +++ b/resources/libraries/python/parsers/__init__.py @@ -10,3 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +""" +__init__ file for resources/libraries/python/parsers +""" -- cgit 1.2.3-korg