Changeset 1920

Show
Ignore:
Timestamp:
08/31/08 17:46:41 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/admin/server.py

    r1917 r1920  
    2828from PageError import * 
    2929from PageAjaxUpdate import * 
    30 from PageWizard import * 
    3130from CherokeeManagement import * 
    3231 
     
    9594            else: 
    9695                page = PageVServer(cfg) 
    97         elif uri.startswith('/wizard/'): 
    98             page = PageWizard(cfg) 
    9996        elif uri.startswith('/apply'): 
    10097            self.handle_post()