src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Mon, 30 Mar 2015 11:36:31 +0200
changeset 591 c4052eb9d2b8
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00-rc.10 for changeset 117f1a721342

import hdalab

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