summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony F. Molinaro <molinaro@apache.org>2010-09-27 04:43:39 +0000
committerAnthony F. Molinaro <molinaro@apache.org>2010-09-27 04:43:39 +0000
commit0b4936dea5684d3b071d586492458e80c4e60a9f (patch)
treec62b5eb8c193dc8ff2ec714735e17fd50be7e282
parentdaef1c8ed02102936655b9101a30cc8737a9eb15 (diff)
downloadthrift-0b4936dea5684d3b071d586492458e80c4e60a9f.tar.gz
make check wasn't working because python namespace was incorrect
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1001590 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/ThriftTest.thrift1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift
index d9f0fbefb..5e927b5f1 100644
--- a/test/ThriftTest.thrift
+++ b/test/ThriftTest.thrift
@@ -28,6 +28,7 @@ namespace perl ThriftTest
namespace csharp Thrift.Test
namespace js ThriftTest
namespace st ThriftTest
+namespace py ThriftTest
namespace * thrift.test
/**