source:
trunk/packages/invirt-base/python/invirt/authz/__init__.py
@
2617
Last change on this file since 2617 was 2560, checked in by broder, 15 years ago | |
---|---|
File size: 100 bytes |
Rev | Line | |
---|---|---|
[2560] | 1 | from invirt.config import structs as config |
2 | ||
3 | mech = __import__(config.authz.mech, fromlist='dummy') |
Note: See TracBrowser
for help on using the repository browser.