Ignore:
Timestamp:
Aug 15, 2012 10:23:48 AM (12 years ago)
Author:
potar
Message:

fixed pep8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/branches/sitemap_date/quintagroup/plonegooglesitemaps/tests/testUpgrade.py

    r3163 r3506  
    4242        # Test registered upgrade profiles 
    4343        pids = [i['id'] for i in self.setup.listProfileInfo()] 
    44         self.assertEqual("quintagroup.plonegooglesitemaps:upgrade_1_0_to_1_1" \ 
     44        self.assertEqual("quintagroup.plonegooglesitemaps:upgrade_1_0_to_1_1" 
    4545                         in pids, True) 
    46         self.assertEqual("quintagroup.plonegooglesitemaps:upgrade_1_1_to_1_2" \ 
     46        self.assertEqual("quintagroup.plonegooglesitemaps:upgrade_1_1_to_1_2" 
    4747                         in pids, True) 
    4848 
Note: See TracChangeset for help on using the changeset viewer.