Changeset 256 for trunk/web/controls.py


Ignore:
Timestamp:
Jan 24, 2008, 5:09:38 PM (16 years ago)
Author:
ecprice
Message:

Rename misleading relation from users to acl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/controls.py

    r247 r256  
    202202        for disk in machine.disks:
    203203            ctx.current.delete(disk)
    204         for access in machine.users:
     204        for access in machine.acl:
    205205            ctx.current.delete(access)
    206206        ctx.current.delete(machine)
Note: See TracChangeset for help on using the changeset viewer.