diff options
author | Michael Elkins <melkins@tislabs.com> | 2010-07-03 15:06:20 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2010-07-03 15:06:20 +0000 |
commit | e630a160ceb7a2318ceff3a30464e5c51878544b (patch) | |
tree | de0a48ebe25164d0999c6ef7d95ec6b92c8e4ba2 /portal-gui/scripts/roa_check.py | |
parent | a6c99d9c0b6e9804fc76081f02268bdea00cc146 (diff) |
make list_resource.py accept multiple <self/> handles as arguments
update docs
add stub wsgi application
svn path=/portal-gui/README; revision=3318
Diffstat (limited to 'portal-gui/scripts/roa_check.py')
-rwxr-xr-x | portal-gui/scripts/roa_check.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portal-gui/scripts/roa_check.py b/portal-gui/scripts/roa_check.py index fd3adc36..b952c50f 100755 --- a/portal-gui/scripts/roa_check.py +++ b/portal-gui/scripts/roa_check.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# $Id$ # # Runs through all the published ROAs and updates the Django DB with the # current active status of each defined ROA. |