Skip to content

Commit d426c7b

Browse files
committed
fixed pep8 syntax
1 parent 9c24a12 commit d426c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quintagroup/seoptimizer/tests/testContextForm.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def testTitle(self):
8080
self.assert_(m, 'Title not set in')
8181

8282
def testNoframes(self):
83-
m = re.match('.*<noframes>\\s*noframes set in\\s*</noframes>', self.html,
84-
re.S | re.M)
83+
m = re.match('.*<noframes>\\s*noframes set in\\s*</noframes>',
84+
self.html, re.S | re.M)
8585
self.assert_(m, 'Noframes not set in')
8686

8787
def testTitleDuplication(self):

0 commit comments

Comments
 (0)