You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by davebshow <gi...@git.apache.org> on 2016/08/23 16:04:03 UTC

[GitHub] tinkerpop pull request #388: Cleanup of Python code in groovy traversal gene...

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 <da...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop pull request #388: Cleanup of Python code in groovy traversal gene...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/tinkerpop/pull/388


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---