Mercurial > code > home > repos > light9
changeset 684:83c239d3fd33
a note about where to use nt instead of n3, but i'm not doing it yet
Ignore-this: 5fd66a91e57fb2266bdc2dbc11d0f1c7
author | drewp@bigasterisk.com |
---|---|
date | Tue, 21 Jun 2011 02:03:31 +0000 |
parents | 2b8caaf4a193 |
children | d9e61d97c578 |
files | bin/curvecalc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/curvecalc Tue Jun 21 02:02:53 2011 +0000 +++ b/bin/curvecalc Tue Jun 21 02:03:31 2011 +0000 @@ -424,6 +424,7 @@ to add, the sub will be available""" subsDir = showconfig.subsDir() for filename in os.listdir(subsDir): + # parsing nt is faster, but it should try n3 format if the parsing fails graph.parse(os.path.join(subsDir, filename), format="n3") def makeGraph():