X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/751aa520781a12c35b65b6f5f1b485f2548b7e3e..b001dd5804c18377b497d87ddf23138282ef2690:/code/cache_acls.py diff --git a/code/cache_acls.py b/code/cache_acls.py index 9f8d66a..130f359 100644 --- a/code/cache_acls.py +++ b/code/cache_acls.py @@ -1,5 +1,5 @@ #!/usr/bin/python -from sipb_xen_database import * +from invirt.database import * import sys import getafsgroups import subprocess @@ -67,5 +67,5 @@ def refreshCache(): raise if __name__ == '__main__': - connect('postgres://sipb-xen@sipb-xen-dev/sipb_xen') + connect() refreshCache()