Fixed permalink URL generation

This commit is contained in:
Fergal Moran
2011-01-07 19:18:45 +00:00
parent 59f0f6a5e4
commit c14632b2f1
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ from auth import rpxtokenurl
from model import user
initLogging()
logging.debug("Path: " + os.path.dirname(__file__) + '/views/')
bottle.TEMPLATE_PATH.insert(0, os.path.dirname(__file__) + '/views/')
@route('/favicon.ico')