src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Sat, 26 Sep 2015 13:00:00 +0200
changeset 651 106402f97fdf
parent 394 4911075b6000
permissions -rw-r--r--
forgotten file

import hdalab

def version(request):
    return { 'VERSION': hdalab.get_version() }