From d3ccc129a87244f0d9f32a1b3458f0c74ffcf3b4 Mon Sep 17 00:00:00 2001 From: Gabeta Soro Date: Fri, 17 Nov 2017 08:56:53 +0000 Subject: [PATCH] Migration vers python 3.6 / Fixation du bug sur le Global statement --- .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/misc.xml | 2 +- .idea/point_point.iml | 2 +- .idea/workspace.xml | 361 +++++++++--------- .../__pycache__/pivot.cpython-36.pyc | Bin 0 -> 7943 bytes .../__pycache__/player.cpython-36.pyc | Bin 0 -> 824 bytes .../__pycache__/terrain.cpython-36.pyc | Bin 0 -> 2074 bytes IA/__pycache__/IrisIA.cpython-36.pyc | Bin 0 -> 5395 bytes IA/__pycache__/irisCpIA.cpython-36.pyc | Bin 0 -> 1403 bytes point.py | 6 +- vsCpIris.py | 9 +- 11 files changed, 193 insertions(+), 193 deletions(-) create mode 100644 Environnement/__pycache__/pivot.cpython-36.pyc create mode 100644 Environnement/__pycache__/player.cpython-36.pyc create mode 100644 Environnement/__pycache__/terrain.cpython-36.pyc create mode 100644 IA/__pycache__/IrisIA.cpython-36.pyc create mode 100644 IA/__pycache__/irisCpIA.cpython-36.pyc diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 3805f08..d588329 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -76,6 +76,12 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index 65f1d29..2c50d4f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/.idea/point_point.iml b/.idea/point_point.iml index 6711606..5cc257d 100644 --- a/.idea/point_point.iml +++ b/.idea/point_point.iml @@ -2,7 +2,7 @@ - + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bd2333d..0702b7b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,11 @@ + + +