Skip to content

Commit

Permalink
removed modify from the module file (issue #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wikier committed Jul 20, 2014
1 parent 13ff1e4 commit d225986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPARQLWrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
from Wrapper import SPARQLWrapper
from Wrapper import XML, JSON, TURTLE, N3, JSONLD, RDF
from Wrapper import GET, POST
from Wrapper import SELECT, CONSTRUCT, ASK, DESCRIBE, INSERT, DELETE, MODIFY
from Wrapper import SELECT, CONSTRUCT, ASK, DESCRIBE, INSERT, DELETE
from Wrapper import URLENCODED, POSTDIRECTLY

#from SmartWrapper import SPARQLWrapper2
Expand Down

0 comments on commit d225986

Please sign in to comment.