From 9f4dcbcd1bee40d70fa6715f1d7f15b175257f0f Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Tue, 11 Jun 2013 14:24:29 +0300 Subject: [PATCH] disables pylint warning for lettuce tests syntax --- lms/djangoapps/courseware/features/videoalpha.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/djangoapps/courseware/features/videoalpha.py b/lms/djangoapps/courseware/features/videoalpha.py index 3131e477ed..cabf8c681f 100644 --- a/lms/djangoapps/courseware/features/videoalpha.py +++ b/lms/djangoapps/courseware/features/videoalpha.py @@ -1,4 +1,6 @@ #pylint: disable=C0111 +#pylint: disable=W0613 +#pylint: disable=W0621 from lettuce import world, step from lettuce.django import django_url