drime

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

commit d0e879fc93c88d6b6fc838a1d7e42e494faf8842
parent fe81b24132a9a162c58a30a73100bda85ea2e6dc
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 27 Dec 2011 02:50:30 +0100

add shebang

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

diff --git a/drime.py b/drime.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 -O + import query from flask import Flask, render_template, request