Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
af-pna committed May 24, 2017
1 parent b700e06 commit 776aa20
Show file tree
Hide file tree
Showing 25 changed files with 3,045 additions and 19 deletions.
10 changes: 10 additions & 0 deletions quit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from rdflib.plugin import register
from rdflib.query import Processor, UpdateProcessor

register(
'sparql', Processor,
'quit.processor', 'SPARQLProcessor')

register(
'sparql', UpdateProcessor,
'quit.processor', 'SPARQLUpdateProcessor')
Loading

0 comments on commit 776aa20

Please sign in to comment.