From 2fbe5cb95f24c0df243932694230da668482be5c Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Tue, 11 Oct 2016 09:08:00 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 38dae55..674493a 100644 --- a/script/local.py +++ b/script/local.py @@ -1,7 +1,7 @@ ################################################################################################### # Deployment specific global definitions - executed after startup.py ################################################################################################### - import ch.psi.pshell.device.Stoppable as Stoppable + #import ch.psi.pshell.device.Stoppable as Stoppable class PicoAmp(DeviceBase, Stoppable): def __init__(self, name, prefix):