src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Tue, 31 Mar 2015 01:30:41 +0200
changeset 600 4e50f996c7eb
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00-rc.11 for changeset b29be3a76124

import hdalab

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