src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 11 Mar 2015 21:13:00 +0100
changeset 533 ed52d9f1941b
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00-rc.03 for changeset b1222084eb6b

import hdalab

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