Author: molinaro
Date: Mon Sep 27 04:43:39 2010
New Revision: 1001590

URL: http://svn.apache.org/viewvc?rev=1001590&view=rev
Log:
make check wasn't working because python namespace was incorrect

Modified:
    incubator/thrift/trunk/test/ThriftTest.thrift

Modified: incubator/thrift/trunk/test/ThriftTest.thrift
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/test/ThriftTest.thrift?rev=1001590&r1=1001589&r2=1001590&view=diff
==============================================================================
--- incubator/thrift/trunk/test/ThriftTest.thrift (original)
+++ incubator/thrift/trunk/test/ThriftTest.thrift Mon Sep 27 04:43:39 2010
@@ -28,6 +28,7 @@ namespace perl ThriftTest
 namespace csharp Thrift.Test
 namespace js ThriftTest
 namespace st ThriftTest
+namespace py ThriftTest
 namespace * thrift.test
 
 /**


Reply via email to