GitHub user davebshow opened a pull request:
https://github.com/apache/tinkerpop/pull/388
Cleanup of Python code in groovy traversal generator
This PR makes some very simple changes to the groovy traversal source
generator:
- Removes unnecessary `return` statements (Python returns `None` implicitly)
- Makes the class `TraversalStrategy` into a real base class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davebshow/tinkerpop
cleanup_python_traversal_generator
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/388.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #388
----
commit e1a558dd79f70848df73149dc8a369c7d3ea02b0
Author: davebshow <[email protected]>
Date: 2016-08-23T16:00:53Z
Cleanup of Python code in groovy traversal generator
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---