src/hdalab/context_processors.py
author rougeronj
Mon, 05 Jan 2015 17:38:36 +0100
changeset 420 9788eced982a
parent 394 4911075b6000
permissions -rw-r--r--
Add horizontal line representation

import hdalab

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