diff options
author | Michael Elkins <melkins@tislabs.com> | 2011-01-24 21:09:36 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2011-01-24 21:09:36 +0000 |
commit | 6f9a00b15fe27c894a18e4daa5b01448589c2fe4 (patch) | |
tree | 6328d12712ccd130913be87dacd92ac502c93106 /portal-gui/scripts/roa_check.py | |
parent | 68dfa47423d9732991ee9eacc820d38f44507581 (diff) |
move portal-gui django app to $top/rpkid/rpki/gui
change dashboard url to /rpki/
put myrpki cli path and confdir into settings.py rather than generating glue.py at build time
don't use the old myrpki images on the dashboard
no longer need to include the portal-gui python module in sys.path since it is installed in site-packages
svn path=/buildtools/subst-vars.py; revision=3646
Diffstat (limited to 'portal-gui/scripts/roa_check.py')
-rwxr-xr-x | portal-gui/scripts/roa_check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portal-gui/scripts/roa_check.py b/portal-gui/scripts/roa_check.py index b952c50f..c280d935 100755 --- a/portal-gui/scripts/roa_check.py +++ b/portal-gui/scripts/roa_check.py @@ -13,7 +13,7 @@ from rpki.resource_set import roa_prefix_set_ipv4, roa_prefix_set_ipv6 from rpki.resource_set import resource_range_ipv4, resource_range_ipv6 from rpki.ipaddrs import v4addr, v6addr -from rpkigui.myrpki.models import Roa +from rpki.gui.app.models import Roa # build up a list of all the authenticated roa's using the asn as the key roaiter = rcynic_xml_iterator( |