Incidental pep8 changes

This commit is contained in:
Don Mitchell
2013-06-17 17:09:39 -04:00
parent 54a3bc620b
commit 1ff022e181
33 changed files with 170 additions and 188 deletions

View File

@@ -1,5 +1,5 @@
#pylint: disable=C0111
#pylint: disable=W0621
# pylint: disable=C0111
# pylint: disable=W0621
from lettuce import world, step
from common import *
@@ -8,7 +8,7 @@ from nose.tools import assert_equal
############### ACTIONS ####################
@step('I click the new section link$')
@step('I click the New Section link$')
def i_click_new_section_link(_step):
link_css = 'a.new-courseware-section-button'
world.css_click(link_css)