refactored name of EtcdClient module

master
B.J. Dweck 2021-01-29 12:37:42 +02:00
parent 04770e6716
commit b7a91bbaf1
2 changed files with 2 additions and 2 deletions

View File

@ -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