【发布时间】:2012-06-06 10:41:59
【问题描述】:
我在子目录中有与某些源相关的资源文件,如下所示:
__init__.py
one.py
subdir/
__init__.py
two.py
dir_two_resources_but_causes_lots_of_warnings/
如何在 Eclipse 中忽略 dir_two_resources_but_causes_lots_of_warnings 中生成的警告?
【问题讨论】:
标签: python eclipse pydev directory-structure