drime

French rhyme dictionary with web and CLI interface
git clone https://a3nm.net/git/drime/
Log | Files | Refs | README

commit f6df9dd3dd2109e136be298037e61f2a009dd194
parent 307d3a110e84d2602018a709f4cb1c174b4f42b1
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 14 Mar 2012 03:42:09 +0100

kludge to make drime.wsgi work

Diffstat:
drime.wsgi | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/drime.wsgi b/drime.wsgi @@ -1 +1,6 @@ +import sys +import os + +sys.path.insert(0, os.path.dirname(__file__)) + from drime import app as application