Skip to content

Instantly share code, notes, and snippets.

@tdavis
Created July 24, 2009 23:18
Show Gist options
  • Save tdavis/154607 to your computer and use it in GitHub Desktop.
Save tdavis/154607 to your computer and use it in GitHub Desktop.
from os import path
TEMPLATE_DIRS = (
path.join(
path.abspath(path.split(__file__)[0]),
'templates'
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment