From 12c88e3ff30dc3406ef98da1bb593488c5e8fefd Mon Sep 17 00:00:00 2001 From: Gazebo Date: Tue, 28 Jul 2020 21:09:23 -0300 Subject: [PATCH] ArrumandoBarrasPaths --- FridayApp/App/.project | 17 ----------------- FridayApp/com/App/.project | 17 ----------------- Sexta-Feira(A.I.)/Commands.py | 10 +++++----- 3 files changed, 5 insertions(+), 39 deletions(-) delete mode 100644 FridayApp/App/.project delete mode 100644 FridayApp/com/App/.project diff --git a/FridayApp/App/.project b/FridayApp/App/.project deleted file mode 100644 index f5b29f6..0000000 --- a/FridayApp/App/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - App - Project App created by Buildship. - - - - - org.eclipse.buildship.core.gradleprojectbuilder - - - - - - org.eclipse.buildship.core.gradleprojectnature - - diff --git a/FridayApp/com/App/.project b/FridayApp/com/App/.project deleted file mode 100644 index f5b29f6..0000000 --- a/FridayApp/com/App/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - App - Project App created by Buildship. - - - - - org.eclipse.buildship.core.gradleprojectbuilder - - - - - - org.eclipse.buildship.core.gradleprojectnature - - diff --git a/Sexta-Feira(A.I.)/Commands.py b/Sexta-Feira(A.I.)/Commands.py index ce58dbf..a11f718 100644 --- a/Sexta-Feira(A.I.)/Commands.py +++ b/Sexta-Feira(A.I.)/Commands.py @@ -38,17 +38,17 @@ def sendDevicesToInterface(speech, connection): Functions.setFridayComunication(4, response, ".com") def sendPeriodicTableToInterface(speech, connection): - Functions.setFridayComunication(5, response, 'E:\\Sexta-Feira-Mark_6\\Images\\TabelaPeriodica.jpg') + Functions.setFridayComunication(5, response, 'E:/Sexta-Feira-Mark_6/Images/TabelaPeriodica.jpg') def sendPoliticalBrazilToInterface(speech, connection): - Functions.setFridayComunication(5, response, 'E:\\Sexta-Feira-Mark_6\\Images\\Brasil Político.jpg') + Functions.setFridayComunication(5, response, 'E:/Sexta-Feira-Mark_6/Images/Brasil Político.jpg') def sendEletronicDestToInterface(speech, connection): - Functions.setFridayComunication(5, response, 'E:\\Sexta-Feira-Mark_6\\Images\\diagrama-de-pauling.jpg') + Functions.setFridayComunication(5, response, 'E:/Sexta-Feira-Mark_6/Images/diagrama-de-pauling.jpg') def sendAnglesTableToInterface(speech, connection): - Functions.setFridayComunication(5, response, 'E:\\Sexta-Feira-Mark_6\\Images\\TabelaSenoCossenoTangente.png') + Functions.setFridayComunication(5, response, 'E:/Sexta-Feira-Mark_6/Images/TabelaSenoCossenoTangente.png') def sendFisicEquationsToInterface(speech, connection): - Functions.setFridayComunication(5, response, 'E:\\Sexta-Feira-Mark_6\\Images\\Equações Dinamica.png') + Functions.setFridayComunication(5, response, 'E:/Sexta-Feira-Mark_6/Images/Equações Dinamica.png')