summaryrefslogtreecommitdiffstats
path: root/lib/thrift/server/__init__.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-07 22:22:18 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-07 22:22:18 +0200
commitd2fe85670726901da627490da4155af972c1a62e (patch)
treeb8931d070a51b6d8b1dabe881f54504f9d9ef6de /lib/thrift/server/__init__.py
parentUpdate user-agent (diff)
parentfix gui (diff)
downloadpyload-d2fe85670726901da627490da4155af972c1a62e.tar.xz
Merge branch 'pr/n1_ardi69' into 0.4.10
Diffstat (limited to 'lib/thrift/server/__init__.py')
-rw-r--r--lib/thrift/server/__init__.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/thrift/server/__init__.py b/lib/thrift/server/__init__.py
new file mode 100644
index 000000000..1bf6e254e
--- /dev/null
+++ b/lib/thrift/server/__init__.py
@@ -0,0 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+__all__ = ['TServer', 'TNonblockingServer']