Skip to content

Commit

Permalink
Merge 4204d6b into e3690e7
Browse files Browse the repository at this point in the history
  • Loading branch information
joernhees authored Jan 25, 2017
2 parents e3690e7 + 4204d6b commit 8927eb0
Show file tree
Hide file tree
Showing 12 changed files with 1,248 additions and 1,550 deletions.
2 changes: 1 addition & 1 deletion rdflib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
__docformat__ = "restructuredtext en"

# The format of the __version__ line is matched by a regex in setup.py
__version__ = "4.2.2-dev"
__version__ = "5.0.0-dev"
__date__ = "2015/08/12"

__all__ = [
Expand Down
5 changes: 0 additions & 5 deletions rdflib/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,6 @@ def __contains__(self, triple):
def __hash__(self):
return hash(self.identifier)

def md5_term_hash(self):
d = md5(str(self.identifier))
d.update("G")
return d.hexdigest()

def __cmp__(self, other):
if other is None:
return -1
Expand Down
Loading

0 comments on commit 8927eb0

Please sign in to comment.