Changeset 2674 for package_branches
- Timestamp:
- Dec 20, 2009, 9:44:34 PM (15 years ago)
- Location:
- package_branches/invirt-web/cherrypy-rebased/code
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy-rebased/code/main.py
r2672 r2674 53 53 connect() 54 54 self._cp_config['tools.require_login.on'] = True 55 self._cp_config['tools.mako.imports'] = ['from invirt.config import structs as config', 56 'from invirt import database'] 57 55 58 56 59 @cherrypy.expose -
package_branches/invirt-web/cherrypy-rebased/code/templates/list.mako
r2668 r2674 2 2 <%inherit file="skeleton.mako" /> 3 3 <%! 4 from invirt.config import structs as config5 4 import datetime 6 5 %>
Note: See TracChangeset
for help on using the changeset viewer.