Mercurial > code > home > repos > light9
diff bin/curvecalc @ 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 | ad17b0a09f5c |
children | a301a0039c66 |
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():