You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/08/19 20:44:28 UTC

tinkerpop git commit: forgot to push this in my last push.

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1278 ab252fc2f -> fb8c25c16


forgot to push this in my last  push.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fb8c25c1
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fb8c25c1
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/fb8c25c1

Branch: refs/heads/TINKERPOP-1278
Commit: fb8c25c16d35807650115872bb46c3b98c91dc5e
Parents: ab252fc
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Aug 19 14:44:23 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Aug 19 14:44:23 2016 -0600

----------------------------------------------------------------------
 .../src/main/jython/gremlin_python/process/graph_traversal.py       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fb8c25c1/gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py
----------------------------------------------------------------------
diff --git a/gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py b/gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py
index 069762a..2ebdef1 100644
--- a/gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py
+++ b/gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py
@@ -79,7 +79,6 @@ class GraphTraversalSource(object):
     source = GraphTraversalSource(self.graph, TraversalStrategies(self.traversal_strategies), Bytecode(self.bytecode))
     source.traversal_strategies.add_strategies([RemoteStrategy(remote_connection)])
     return source
-
   def withBindings(self, bindings):
     return self