src/hdalab/context_processors.py
author rougeronj
Thu, 11 Dec 2014 11:12:51 +0100
changeset 397 66e45510eae4
parent 394 4911075b6000
permissions -rw-r--r--
Correct error in Password change page and chang python interpreter name to be python_hdalab

import hdalab

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