src/hdalab/context_processors.py
author rougeronj
Tue, 03 Feb 2015 16:24:07 +0100
changeset 439 23062d01db3d
parent 394 4911075b6000
permissions -rw-r--r--
Delete _data.bins after loading it

import hdalab

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