Changeset 3329 in products


Ignore:
Timestamp:
Nov 7, 2011 1:21:03 PM (13 years ago)
Author:
vmaksymiv
Message:

pep8 fixed

File:
1 edited

Legend:

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

    r3328 r3329  
    208208                     stdin=StringIO(urllib.urlencode(form_data))) 
    209209        html = self.publish(self.mydoc_path, self.basic_auth).getBody() 
    210         m = re.match('.*<meta name="description" content="%s"' %  
     210        m = re.match('.*<meta name="description" content="%s"' % 
    211211                     escape(description), html, re.S | re.M) 
    212212        self.assert_(m, 'Desctiption is not escaped properly.') 
Note: See TracChangeset for help on using the changeset viewer.