src/hdalab/context_processors.py
author rougeronj
Mon, 09 Mar 2015 11:05:44 +0100
changeset 508 96ddbedf93cb
parent 394 4911075b6000
permissions -rw-r--r--
Merge with b122b996e203afa5a047d90bca1604abba658c8a

import hdalab

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