Annotation of kupu/python/__init__.py, revision 1.1.1.1

1.1       dwinter     1: # make this dir a package, and allow access for Zope 2 'untrusted' code
                      2: 
                      3: def __allow_access_to_unprotected_subobjects__(name, value=None):
                      4:     return name in ('version_management')

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