From cca878cb551ee4e4bca514efeb761129bdf22dcf Mon Sep 17 00:00:00 2001 From: Lluis Gifre Renom <lluis.gifre@cttc.es> Date: Wed, 30 Oct 2024 20:21:31 +0000 Subject: [PATCH] Update RSA.py --- src/opticalcontroller/RSA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opticalcontroller/RSA.py b/src/opticalcontroller/RSA.py index c13aef49e..7ba77afea 100644 --- a/src/opticalcontroller/RSA.py +++ b/src/opticalcontroller/RSA.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import dijsktra +import opticalcontroller.dijsktra from opticalcontroller.tools import * from opticalcontroller.variables import * -- GitLab