We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8691ae0 commit 79c1b48Copy full SHA for 79c1b48
e2e/api_test.py
@@ -1,4 +1,4 @@
1
-from pyzabbix.api import ZabbixAPI
+from pyzabbix import ZabbixAPI
2
3
from .conftest import ZABBIX_VERSION
4
pyzabbix/__init__.py
-from .api import (
+from ._api import (
ZabbixAPI,
ZabbixAPIException,
ZabbixAPIMethod,
pyzabbix/api.py renamed to pyzabbix/_api.py
0 commit comments