src/hdalab/context_processors.py
author rougeronj
Fri, 20 Feb 2015 16:58:50 +0100
changeset 455 c122bc2c6f7e
parent 394 4911075b6000
permissions -rw-r--r--
Merge with 40322719719f4c59b38b332a714d63cc275bfc9a

import hdalab

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