src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Tue, 23 Jun 2015 02:24:56 +0200
changeset 631 bed872f13d1f
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00-rc.17 for changeset cbaa2c7dd38e

import hdalab

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