Skip to content

Instantly share code, notes, and snippets.

@delagoya
Created October 8, 2008 02:25
Show Gist options
  • Save delagoya/15430 to your computer and use it in GitHub Desktop.
Save delagoya/15430 to your computer and use it in GitHub Desktop.
import sys
sys.path.insert(0, 'cherrypy.zip')
sys.path.insert(0, 'mako.zip')
import cherrypy
from cherrypy import tools
from mako.template import Template
from mako.lookup import TemplateLookup
import wsgiref.handlers
# the rest of your code goes here ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment