# HG changeset patch # User Jeff Hammel # Date 1428891421 25200 # Node ID 3ca7289b09d96af23e623bb03049229b3d9cb68d # Parent 71d4019c7e173cdbaa16eb9b31c1ba0134a8a144 unify on path convention diff -r 71d4019c7e17 -r 3ca7289b09d9 numerics/bar.py --- 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()