Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 912

Show
Ignore:
Timestamp:
01/04/06 15:50:59
Author:
fumanchu
Message:

Oops. Forgot to assign cherrypy.root if missing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cptree.py

    r910 r912  
    2727            node = cherrypy.root 
    2828            if node is None: 
    29                 node = Root() 
     29                node = cherrypy.root = Root() 
    3030            atoms = point.split("/") 
    3131            tail = atoms.pop() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets