Changeset 743
- Timestamp:
- 10/21/05 07:38:30
- Files:
-
- trunk/cherrypy/lib/filter/virtualhostfilter.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/filter/virtualhostfilter.py
r525 r743 27 27 """ 28 28 29 import warnings 30 warnings.warn("This module doesn't currently behave as expected and will be completely rewritten for CherryPy-2.2.", 31 FutureWarning) 32 29 33 import basefilter 30 34

