You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/12/07 20:03:13 UTC

[50/50] tinkerpop git commit: TINKERPOP-1490 Merge fixes after rebase on tp32

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/77b34164
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/77b34164
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/77b34164

Branch: refs/heads/TINKERPOP-1490
Commit: 77b341647d4aac32312b2b10a544296a235ff738
Parents: e188453
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Dec 7 15:01:28 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Dec 7 15:01:28 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/77b34164/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) + "]"
+