Files
openide/python/python-helpers.iml
Mikhail Golubev df749b7918 Mark directory "py2only" as source root in both IDEA module and PyCharm project
I didn't mark "py3only" though, because it might lead to resolution ambiguities
and normally we use Python 2 to write and test helper scripts.
2015-11-20 11:22:59 +03:00

13 lines
573 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/py2only" isTestSource="false" />
<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>