File:  [Repository] / kupuMPIWG / python / __init__.py
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Aug 30 17:10:23 2005 UTC (18 years, 9 months ago) by dwinter
CVS tags: MAIN, HEAD
Initial revision

# make this dir a package, and allow access for Zope 2 'untrusted' code

def __allow_access_to_unprotected_subobjects__(name, value=None):
    return name in ('version_management')

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>