commit | 0c87ad41ee8dc669f8e1cbe0b17f8382844a0497 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周二 12月 02 02:11:13 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | 周二 12月 02 02:11:13 2008 +0000 |
tree | a8f021e44bce8abe19e93007deba4a06f88245cb | |
parent | 603d50437cbe9c76be942f863f2db9526459fce2 [diff] [blame] |
THRIFT-217. Use "--gen py" instead of "-py" in build scripts git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@722333 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/FastbinaryTest.py b/test/FastbinaryTest.py index b27612b..04b3e44 100755 --- a/test/FastbinaryTest.py +++ b/test/FastbinaryTest.py
@@ -1,6 +1,6 @@ #!/usr/bin/env python r""" -thrift -py DebugProtoTest.thrift +thrift --gen py DebugProtoTest.thrift ./FastbinaryTest.py """