From eba37cdeb94809478dea2f1093ce84f138f9aa16 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 9 Sep 2024 16:24:16 +0200
Subject: [PATCH] Fixed import of moved code

---
 .../stationcontrol-jupyter/startup/02-devices.py                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/jupyter-lab/ipython-profiles/stationcontrol-jupyter/startup/02-devices.py b/docker/jupyter-lab/ipython-profiles/stationcontrol-jupyter/startup/02-devices.py
index 42831e92a..bbae3b5d0 100644
--- a/docker/jupyter-lab/ipython-profiles/stationcontrol-jupyter/startup/02-devices.py
+++ b/docker/jupyter-lab/ipython-profiles/stationcontrol-jupyter/startup/02-devices.py
@@ -1,6 +1,6 @@
 # Create shortcuts for our devices, if they exist
 
-from tangostationcontrol.common.proxy import create_device_proxy
+from tangostationcontrol.common.proxies.proxy import create_device_proxy
 
 
 def OptionalDeviceProxy(device_name: str):
-- 
GitLab