Changeset 51 in products


Ignore:
Timestamp:
Nov 21, 2005 7:48:38 PM (18 years ago)
Author:
crchemist
Message:

Workflow moved into pinging tab
Added ability to create verification file outside
"Remove verifivation button" button removes onlly file created inside

Location:
qPloneGoogleSitemaps/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • qPloneGoogleSitemaps/trunk/Extensions/Install.py

    r40 r51  
    66 
    77try: 
     8    from Products.CMFCore.permissions import ManagePortal 
     9except ImportError: 
    810    from Products.CMFCore.CMFCorePermissions import ManagePortal 
    9 except ImportError: 
    10     from Products.CMFCore.permissions import ManagePortal 
    1111 
    1212from OFS.ObjectManager import BadRequestException 
Note: See TracChangeset for help on using the changeset viewer.