-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmultipass.iml
25 lines (24 loc) · 1.07 KB
/
multipass.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="FacetManager">
<facet type="google-appengine-python" name="Google App Engine (Python)">
<configuration>
<option name="rootFolder" value="$MODULE_DIR$/python" />
<option name="sdkFolder" value="/usr/local/google_appengine" />
<option name="templatesFolder" value="$MODULE_DIR$/python/templates" />
<option name="gp" value="" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/python" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/java/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/ruby" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Java Libraries" level="project" />
</component>
</module>