Changeset - 83c239d3fd33
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 14 years ago 2011-06-21 02:03:31
drewp@bigasterisk.com
a note about where to use nt instead of n3, but i'm not doing it yet
Ignore-this: 5fd66a91e57fb2266bdc2dbc11d0f1c7
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -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():
0 comments (0 inline, 0 general)