refactored name of EtcdClient module
This commit is contained in:
parent
04770e6716
commit
b7a91bbaf1
|
@ -1,6 +1,6 @@
|
|||
import syncthing_monitor.config_xml as xml
|
||||
from syncthing_monitor.etcd_cluster_info import EtcdClient
|
||||
from syncthing_monitor.syncthing_client import SyncthingClient
|
||||
from .etcd_client import EtcdClient
|
||||
from .syncthing_client import SyncthingClient
|
||||
|
||||
DEFAULT_ST_CONFIG_XML_PATH = '/config/config.xml'
|
||||
DEFAULT_ST_GUI_PORT = 8384
|
||||
|
|
Loading…
Reference in New Issue
Block a user