Ignore:
Timestamp:
Apr 20, 2011 4:02:03 PM (13 years ago)
Author:
zidane
Message:

fixes pyflakes and pylint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/utils.py

    r3152 r3163  
    33 
    44from Globals import DevelopmentMode 
    5 from OFS.ObjectManager import BadRequestException 
     5#from OFS.ObjectManager import BadRequestException 
    66 
    77from quintagroup.plonegooglesitemaps import config 
     
    2222    g = urlopen('http://www.google.com/webmasters/tools/ping?sitemap=' + \ 
    2323                sitemap_url) 
    24     result = g.read() 
     24    g.read() 
    2525    g.close() 
    2626 
Note: See TracChangeset for help on using the changeset viewer.