axis_examplecompt_changesinfo-ops
Last change
on this file since cedf721 was
2e46f35,
checked in by mikeryan <mikeryan@…>, 14 years ago
|
switch to /usr/bin/env python to run python
|
-
Property mode set to
100755
|
File size:
266 bytes
|
Rev | Line | |
---|
[2e46f35] | 1 | #!/usr/bin/env python |
---|
[547aa3b] | 2 | |
---|
| 3 | import sys |
---|
| 4 | from federation.authorizer import abac_authorizer |
---|
| 5 | import ABAC |
---|
| 6 | |
---|
| 7 | if len(sys.argv) == 2 and sys.argv[1].strip() != '--help': |
---|
| 8 | a = abac_authorizer(load=sys.argv[1]) |
---|
| 9 | print a |
---|
| 10 | else: |
---|
| 11 | sys.exit("Usage: %s directory" % sys.argv[0]) |
---|
Note: See
TracBrowser
for help on using the repository browser.