src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Mon, 30 Mar 2015 11:42:36 +0200
changeset 592 f1ff56e549ca
parent 394 4911075b6000
permissions -rw-r--r--
small spelling correction

import hdalab

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