diff options
author | eikeon <devnull@localhost> | 2010-02-05 01:50:15 +0000 |
---|---|---|
committer | eikeon <devnull@localhost> | 2010-02-05 01:50:15 +0000 |
commit | e48e84a4b75220c35aa4913c8930badbec9bbbf8 (patch) | |
tree | e3d5981ef4bc7eea4246c46c293a549f29f91936 /rdflib/plugin.py | |
parent | 71e648a2835d2f6b953bb3a05299a8d301db0fbc (diff) | |
download | rdflib-e48e84a4b75220c35aa4913c8930badbec9bbbf8.tar.gz |
Update issue 43
Diffstat (limited to 'rdflib/plugin.py')
-rw-r--r-- | rdflib/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/plugin.py b/rdflib/plugin.py index 5b9abab0..b3192f85 100644 --- a/rdflib/plugin.py +++ b/rdflib/plugin.py @@ -143,7 +143,7 @@ register('trix', Parser, 'rdflib.syntax.parsers.trix', 'TriXParser') register('rdfa', Parser, 'rdflib.syntax.parsers.rdfa', 'RDFaParser') register('sparql', sparql.Processor, - 'rdflib.sparql.bison.Processor', 'Processor') + 'rdflib.sparql.processor', 'Processor') register('SPARQLQueryResult', QueryResult, 'rdflib.sparql.QueryResult', 'SPARQLQueryResult') |