Changeset 55
- Timestamp:
- 11/22/05 08:01:16
- Files:
-
- qPloneGoogleSitemaps/trunk/utils.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneGoogleSitemaps/trunk/utils.py
r54 r55 4 4 import re 5 5 import Products.qPloneGoogleSitemaps.config as config 6 from OFS.ObjectManager import BadRequestException # , AttributeError6 from OFS.ObjectManager import BadRequestException 7 7 def ping_google(url): 8 8 """Ping sitemap to Google"""
