diff --git a/syncthing_monitor/__main__.py b/syncthing_monitor/__main__.py index 800111c..75240c0 100644 --- a/syncthing_monitor/__main__.py +++ b/syncthing_monitor/__main__.py @@ -1,6 +1,6 @@ import syncthing_monitor.config_xml as xml from syncthing_monitor.etcd_cluster_info import EtcdClient -from syncthing_monitor.syncthing_rest import SyncthingClient +from syncthing_monitor.syncthing_client import SyncthingClient DEFAULT_ST_CONFIG_XML_PATH = '/config/config.xml' DEFAULT_ST_GUI_PORT = 8384 diff --git a/syncthing_monitor/syncthing_rest.py b/syncthing_monitor/syncthing_client.py similarity index 100% rename from syncthing_monitor/syncthing_rest.py rename to syncthing_monitor/syncthing_client.py