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


# 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>