src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 19 Jun 2015 18:25:55 +0200
changeset 628 0cf8cf41ffb6
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00-rc.16 for changeset 3fd558fa38b1

import hdalab

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