Files
openide/python/python-helpers.iml
Mikhail Golubev 5e08472f38 Don't mark py2only directory in python-helpers as source root
Sometimes its content is copied literally to the root of the build
output of "python-helpers" module, and then this Python 2 specific
version of the library is used unconditionally (as the first in sys.path)
in docstring_formatter.py script that might be running on Python 3
interpreter. It may lead to docstrings not being rendered properly in
PyCharm launched from IDEA project for no clear reason.
2017-08-30 14:41:10 +03:00

12 lines
487 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/helpers">
<sourceFolder url="file://$MODULE_DIR$/helpers" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="util" />
</component>
</module>