Obroty kelnera (grafika i algorytm A*), tooltip z liczbą zamówień. #11

Merged
s444417 merged 6 commits from mikolaj_branch into master 2020-04-27 12:39:59 +02:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit c39818df87 - Show all commits

1
.gitignore vendored
View File

@ -30,6 +30,7 @@ share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
.idea
/idea/workspace.xml
MANIFEST

View File

@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.7 (WaiterMaster)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.8" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">

View File

@ -3,5 +3,5 @@
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (WaiterMaster)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" project-jdk-type="Python SDK" />
</project>