Created
August 9, 2017 22:50
-
-
Save kurniantoska/066cf324f0a77be4d0d8791db4a7dbad to your computer and use it in GitHub Desktop.
Project head first python second edition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module type="PYTHON_MODULE" version="4"> | |
| <component name="NewModuleRootManager"> | |
| <content url="file://$MODULE_DIR$" /> | |
| <orderEntry type="inheritedJdk" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| </component> | |
| </module> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <component name="InspectionProjectProfileManager"> | |
| <settings> | |
| <option name="useProjectProfile" value="false" /> | |
| <option name="USE_PROJECT_PROFILE" value="false" /> | |
| <version value="1.0" /> | |
| </settings> | |
| </component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="JsFlowSettings"> | |
| <service-enabled>false</service-enabled> | |
| <exe-path /> | |
| <annotation-enable>false</annotation-enable> | |
| <other-services-enabled>false</other-services-enabled> | |
| </component> | |
| <component name="ProjectRootManager" version="2" project-jdk-name="Python 2.7.12 (/usr/bin/python2.7)" project-jdk-type="Python SDK" /> | |
| </project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectModuleManager"> | |
| <modules> | |
| <module fileurl="file://$PROJECT_DIR$/.idea/HeadFirstPyv2.iml" filepath="$PROJECT_DIR$/.idea/HeadFirstPyv2.iml" /> | |
| </modules> | |
| </component> | |
| </project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment