Changeset 3472 in products


Ignore:
Timestamp:
Jul 2, 2012 11:22:32 AM (12 years ago)
Author:
ktarasz
Message:

fixed pep8 syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/tests/testContextForm.py

    r3471 r3472  
    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 
Note: See TracChangeset for help on using the changeset viewer.