commit | cde2b61c5e3a26fd6ad5bc1a6fcdee449696d66c | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Sun Sep 03 21:13:07 2006 +0000 |
committer | Mark Slee <mcslee@apache.org> | Sun Sep 03 21:13:07 2006 +0000 |
tree | b238b0f6ce3c18d92e59ec4ca4836fcfa77a95c9 | |
parent | dafa3cf710b21049f929500ca57957709f46b941 [diff] [blame] |
Implementation of the basic Thrift stack in Python Summary: Framework, install script, base classes, TSocket, TBinaryProtocol Notes: Code-gen is coming around the bend... git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664778 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/py/src/__init__.py b/lib/py/src/__init__.py new file mode 100644 index 0000000..9ddc3ce --- /dev/null +++ b/lib/py/src/__init__.py
@@ -0,0 +1 @@ +__all__ = ["Thrift"]