Mercurial > hg > numerics
changeset 146:3ca7289b09d9
unify on path convention
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 12 Apr 2015 19:17:01 -0700 |
parents | 71d4019c7e17 |
children | b8a7604adf6f |
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:03:52 2015 -0700 +++ b/numerics/bar.py Sun Apr 12 19:17:01 2015 -0700 @@ -25,7 +25,7 @@ here = os.path.dirname(os.path.abspath(__file__)) templates = os.path.join(here, 'templates') bar_template = os.path.join(here, 'bar.d3.html') -with open(os.path.join(here, 'javascript', 'd3.v3.min.js')) as f: +with open(os.path.join(here, 'js', 'd3.v3.min.js')) as f: d3 = f.read()