X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/e9bbb8ed8fc6739e221a1e1c6c7f02e19b6158c8..e11cdd5476f7f1a456ece94862c211a1b83b093c:/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()