further cleanup code

This commit is contained in:
2024-09-25 12:27:21 +02:00
parent f85e14e875
commit 786d9c0037
3 changed files with 19 additions and 86 deletions

View File

@@ -28,10 +28,6 @@ Gather.Samples : number af gathered data samples
import logging
_log=logging.getLogger(__name__)
import os,sys,time
sys.path.insert(0,os.path.expanduser('~/Documents/prj/SwissFEL/PBTools/'))
#import pbtools.misc.pp_comm as pp_comm -> pp_comm.PPComm
from pbtools.misc.pp_comm import PPComm
from pbtools.misc.gather import Gather
class MotionBase: