Changeset 2734


Ignore:
Timestamp:
Dec 20, 2009, 9:48:25 PM (14 years ago)
Author:
broder
Message:

Fix dumb mistakes in my r2655.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy-rebased/code/invirt.fcgi

    • Property svn:executable set to *
    r2733 r2734  
    4141
    4242    if os.path.basename(sys.argv[0]).startswith('auth'):
    43         root = InvirtWeb()
     43        root = main.InvirtWeb()
    4444    elif os.path.basename(sys.argv[0]).startswith('unauth'):
    45         root = InvirtUnauthWeb()
     45        root = main.InvirtUnauthWeb()
    4646    else:
    4747        usage()
Note: See TracChangeset for help on using the changeset viewer.