Description
While working on a GroovyTranslator for .NET (TINKERPOP-2367), I used the extensive Python test suite as a reference and noticed that boolean values aren't translated correctly:
True gets translated simply as True, but it should be true in Groovy.