Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
daef1c8
)
make check wasn't working because python namespace was incorrect
author
Anthony F. Molinaro
<molinaro@apache.org>
Mon, 27 Sep 2010 04:43:39 +0000
(
04:43
+0000)
committer
Anthony F. Molinaro
<molinaro@apache.org>
Mon, 27 Sep 2010 04:43:39 +0000
(
04:43
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@
1001590
13f79535
-47bb-0310-9956-
ffa450edef68
test/ThriftTest.thrift
patch
|
blob
|
history
diff --git
a/test/ThriftTest.thrift
b/test/ThriftTest.thrift
index
d9f0fbe
..
5e927b5
100644
(file)
--- 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
/**