Changeset 527

Show
Ignore:
Timestamp:
09/15/06 08:45:28
Author:
chervol
Message:

fixed the version restriction code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CMFPlone_membership_hotfix/trunk/__init__.py

    r526 r527  
    11import os 
    22from Globals import package_home 
    3 from Products.CMFPlone.config import * 
    43 
    54try: 
    6     from Products.CMFPlone import plone_globals 
    7     path = os.path.join(package_home(plone_globals)) 
     5    from Products.CMFPlone import cmfplone_globals 
     6    path = os.path.join(package_home(cmfplone_globals)) 
    87    try: 
    98        files=os.listdir(path)