Mercurial > hg > numerics
changeset 147:b8a7604adf6f
what i meant
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 12 Apr 2015 19:18:28 -0700 |
parents | 3ca7289b09d9 |
children | 279f5ae33564 |
files | numerics/bar.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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()