source: package_branches/invirt-base/hvirt/python/invirt/authz/__init__.py @ 2701

Last change on this file since 2701 was 2560, checked in by broder, 15 years ago

Add a magic invirt.authz.mech module that loads whatever authz.mech is
set to in the configuration.

File size: 100 bytes
Line 
1from invirt.config import structs as config
2
3mech = __import__(config.authz.mech, fromlist='dummy')
Note: See TracBrowser for help on using the repository browser.