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

Changeset 340

Show
Ignore:
Timestamp:
06/20/05 06:38:44
Author:
rdelon
Message:

Deprecated aspect.py and removed tutorial about aspects. Will re-number tutorials next.

Files:

Legend:

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

    r108 r340  
    3030STOP = 0 
    3131CONTINUE = 1 
     32 
     33import warnings 
     34warnings.warn("The Aspect module is deprecated. You can use filters instead", 
     35      DeprecationWarning) 
    3236 
    3337class Aspect(object): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets