From fcb839d97c192f16cc33ee479487bb93812dce1a Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Tue, 15 Dec 2020 14:01:07 +0300 Subject: [PATCH] Renamin main file to __main file__ because of collisions when import --- Sources/pyOpenRPA/Agent/{Agent.py => __Agent__.py} | 0 .../Orchestrator/{Orchestrator.py => __Orchestrator__.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Sources/pyOpenRPA/Agent/{Agent.py => __Agent__.py} (100%) rename Sources/pyOpenRPA/Orchestrator/{Orchestrator.py => __Orchestrator__.py} (100%) diff --git a/Sources/pyOpenRPA/Agent/Agent.py b/Sources/pyOpenRPA/Agent/__Agent__.py similarity index 100% rename from Sources/pyOpenRPA/Agent/Agent.py rename to Sources/pyOpenRPA/Agent/__Agent__.py diff --git a/Sources/pyOpenRPA/Orchestrator/Orchestrator.py b/Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py similarity index 100% rename from Sources/pyOpenRPA/Orchestrator/Orchestrator.py rename to Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py