add usual locations of sehistory and frappy to sys.path
This commit is contained in:
@ -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 = """
|
||||
|
Reference in New Issue
Block a user