source: trunk/packages/invirt-base/python/invirt/authz/__init__.py @ 2560

Last change on this file since 2560 was 2560, checked in by broder, 14 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.