src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 02 Apr 2015 03:23:47 +0200
changeset 611 2961a0a4664e
parent 394 4911075b6000
permissions -rw-r--r--
fix action cell width

import hdalab

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