X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/745bcc3cf6abd2330c23c74bcc2d696eaa1207f4..751aa520781a12c35b65b6f5f1b485f2548b7e3e:/code/controls.py diff --git a/code/controls.py b/code/controls.py index ff3691c..57107ef 100644 --- a/code/controls.py +++ b/code/controls.py @@ -196,8 +196,6 @@ def deleteVM(machine): ctx.current.save(nic) for disk in machine.disks: ctx.current.delete(disk) - for access in machine.acl: - ctx.current.delete(access) ctx.current.delete(machine) transaction.commit() except: