From 26253b28ec88783780f1d36b3cdb47a7eacc1c78 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Thu, 17 Aug 2006 01:21:20 +0000 Subject: [PATCH] straggler git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664762 13f79535-47bb-0310-9956-ffa450edef68 --- compiler/src/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 compiler/src/__init__.py diff --git a/compiler/src/__init__.py b/compiler/src/__init__.py new file mode 100644 index 00000000..1ceea9c5 --- /dev/null +++ b/compiler/src/__init__.py @@ -0,0 +1 @@ +__all__ = ['parser', 'generator', 'cpp_generator'] -- 2.17.1