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/08/27 00:54:58 UTC

[43/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1278' into TINKERPOP-1278

Merge remote-tracking branch 'origin/TINKERPOP-1278' into TINKERPOP-1278


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

Branch: refs/heads/master
Commit: 8569800b78aa4aa87049fd725c36b2db8d505651
Parents: 242d271 581505f
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Aug 26 16:19:44 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Aug 26 16:19:44 2016 -0400

----------------------------------------------------------------------
 .../python/TraversalSourceGenerator.groovy      |  4 +-
 .../src/main/jython/gremlin_python/__init__.py  |  1 -
 .../jython/gremlin_python/driver/__init__.py    |  4 --
 .../driver/driver_remote_connection.py          |  2 +-
 .../gremlin_python/driver/remote_connection.py  |  3 ++
 .../jython/gremlin_python/process/__init__.py   | 17 --------
 .../jython/gremlin_python/process/traversal.py  |  4 +-
 .../jython/gremlin_python/structure/__init__.py |  5 ---
 .../gremlin_python/structure/io/__init__.py     |  5 ---
 .../driver/test_driver_remote_connection.py     | 46 +++++++++++++++++++-
 .../main/jython/tests/process/test_traversal.py |  2 +-
 .../main/jython/tests/structure/test_graph.py   |  8 ++--
 12 files changed, 60 insertions(+), 41 deletions(-)
----------------------------------------------------------------------