TINKERPOP-1490 Merge fixes after rebase on tp32
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a8c8b655 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a8c8b655 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a8c8b655 Branch: refs/heads/TINKERPOP-1545-tp32 Commit: a8c8b6553a0bd0b41c292822f41e2e0d8e073cf1 Parents: 21663f4 Author: Stephen Mallette <sp...@genoprime.com> Authored: Wed Dec 7 15:01:28 2016 -0500 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Fri Dec 16 10:14:20 2016 -0500 ---------------------------------------------------------------------- gremlin-python/src/main/jython/gremlin_python/process/traversal.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a8c8b655/gremlin-python/src/main/jython/gremlin_python/process/traversal.py ---------------------------------------------------------------------- diff --git a/gremlin-python/src/main/jython/gremlin_python/process/traversal.py b/gremlin-python/src/main/jython/gremlin_python/process/traversal.py index 2c2db59..07afeac 100644 --- a/gremlin-python/src/main/jython/gremlin_python/process/traversal.py +++ b/gremlin-python/src/main/jython/gremlin_python/process/traversal.py @@ -406,3 +406,4 @@ class Binding(object): return hash(self.key) + hash(self.value) def __repr__(self): return "binding[" + self.key + "=" + str(self.value) + "]" +