add usual locations of sehistory and frappy to sys.path

This commit is contained in:
2025-05-20 10:31:19 +02:00
committed by CAMEA
parent fa5866ee33
commit 88dbfc3169

View File

@ -1,10 +1,12 @@
import sys, os
import sys
from os.path import expanduser
sys.path.append(expanduser('~'))
import socket
from streams import EventStream
from nicoscache import NicosStream
from secop import ScanStream, ScanReply, TrySecopConnect, send_fake_udp
from seinflux import SEHistory
from ..servicemanager import FrappyManager
from servicemanager import FrappyManager
USAGE = """