Changeset 1618


Ignore:
Timestamp:
Nov 12, 2008, 1:15:05 AM (15 years ago)
Author:
broder
Message:

Fix 2 typos in the web code

Location:
trunk/packages/invirt-web/code
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/controls.py

    r1615 r1618  
    2525
    2626def remctl(*args, **kwargs):
    27     return gen_remctl(config.remote.hostname, *args,
     27    return gen_remctl(config.remote.hostname,
    2828                      principal='daemon/'+config.web.hostname,
    29                       **kwargs)
     29                      *args, **kwargs)
    3030
    3131def lvcreate(machine, disk):
  • trunk/packages/invirt-web/code/main.py

    r1615 r1618  
    247247    machine = validation.Validate(username, state, machine_id=fields.getfirst('machine_id')).machine
    248248
    249     token = control.vnctoken(machine)
     249    token = controls.vnctoken(machine)
    250250    host = controls.listHost(machine)
    251251    if host:
Note: See TracChangeset for help on using the changeset viewer.