提交 80790017 编写于 作者: X xuwei06

Fix python/setup.py.in

ISSUE=4607061

git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1472 1ad973e4-5ce8-4261-8a94-b56d1f490c56
上级 2def4b3e
......@@ -8,7 +8,7 @@ packages=['paddle',
'paddle.trainer_config_helpers',
'paddle.utils']
if len(INTERNAL_PACKAGE) == 0:
if len(INTERNAL_PACKAGE) != 0:
packages.append(INTERNAL_PACKAGE)
setup(name='paddle',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册