# HG changeset patch # User Jeff Hammel # Date 1428891508 25200 # Node ID b8a7604adf6f61f5e7fa52d422097a631796dfb8 # Parent 3ca7289b09d96af23e623bb03049229b3d9cb68d what i meant diff -r 3ca7289b09d9 -r b8a7604adf6f numerics/bar.py --- a/numerics/bar.py Sun Apr 12 19:17:01 2015 -0700 +++ b/numerics/bar.py Sun Apr 12 19:18:28 2015 -0700 @@ -24,7 +24,7 @@ # TODO: own module here = os.path.dirname(os.path.abspath(__file__)) templates = os.path.join(here, 'templates') -bar_template = os.path.join(here, 'bar.d3.html') +bar_template = os.path.join(templates, 'bar.d3.html') with open(os.path.join(here, 'js', 'd3.v3.min.js')) as f: d3 = f.read()