Changeset 2993 for trunk/packages/invirt-web/code
- Timestamp:
- Feb 21, 2010, 12:55:52 AM (15 years ago)
- Location:
- trunk/packages/invirt-web/code
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/invirt.fcgi
r2743 r2993 43 43 '/': { 44 44 'tools.invirtwebstate.on': True, 45 'tools.clear_db_cache.on': True, 45 46 }, 46 47 } -
trunk/packages/invirt-web/code/view.py
r2737 r2993 8 8 from StringIO import StringIO 9 9 from invirt.config import structs as config 10 import invirt.database 10 11 from webcommon import State 11 12 … … 164 165 165 166 167 cherrypy.tools.clear_db_cache = cherrypy.Tool('on_start_resource', invirt.database.clear_cache) 168 169 166 170 class View(object): 167 171 _cp_config = {'tools.mako.directories':
Note: See TracChangeset
for help on using the changeset viewer.