Imported Upstream version 1.11.0
[platform/upstream/gtest.git] / googlemock / scripts / generator / cpp / utils.py
index eab36ee..6f5fc09 100755 (executable)
 
 """Generic utilities for C++ parsing."""
 
-__author__ = 'nnorwitz@google.com (Neal Norwitz)'
-
-
 import sys
 
-
 # Set to True to see the start/end token indices.
 DEBUG = True