diff -r b4ed8cdc654c -r 0fe2f3f5466f src/hp/context_processors.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/hp/context_processors.py Tue Nov 13 16:20:34 2012 +0100 @@ -0,0 +1,10 @@ +# -*- coding: utf-8 -*- +''' +Created on Nov 11, 2012 + +@author: ymh +''' +from . import get_version + +def hp_context(request): + return {'VERSION' : get_version()} \ No newline at end of file