commit | 26253b28ec88783780f1d36b3cdb47a7eacc1c78 | [log] [tgz] |
---|---|---|
author | Marc Slemko <marc@apache.org> | Thu Aug 17 01:21:20 2006 +0000 |
committer | Marc Slemko <marc@apache.org> | Thu Aug 17 01:21:20 2006 +0000 |
tree | 90a74026b8bc9736c989827a42a3d868c7d653d3 | |
parent | 1ab2878f0e3214cef9942348220617c9b61fa011 [diff] |
straggler git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664762 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/src/__init__.py b/compiler/src/__init__.py new file mode 100644 index 0000000..1ceea9c --- /dev/null +++ b/compiler/src/__init__.py
@@ -0,0 +1 @@ +__all__ = ['parser', 'generator', 'cpp_generator']