mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
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.
12 lines
487 B
XML
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> |