src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 26 Mar 2015 18:54:30 +0100
changeset 584 5000b18fe899
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00-rc.09 for changeset bb5f0cc7de16

import hdalab

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