# HG changeset patch # User drewp@bigasterisk.com # Date 2011-06-21 02:03:31 # Node ID 83c239d3fd3339a63c29d5efc17e6e92e0b7f842 # Parent 2b8caaf4a193e9920ffb964d6d18fb019d39b35f a note about where to use nt instead of n3, but i'm not doing it yet Ignore-this: 5fd66a91e57fb2266bdc2dbc11d0f1c7 diff --git a/bin/curvecalc b/bin/curvecalc --- a/bin/curvecalc +++ b/bin/curvecalc @@ -424,6 +424,7 @@ def read_all_subs(graph): 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():