File: __init__.py

package info (click to toggle)
zabbix-cli 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,860 kB
  • sloc: python: 18,557; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
"""DEPRECATED: Zabbix CLI scripts.

These scripts are now baked directly into the CLI. The current scripts
are just shims to call the CLI with the appropriate arguments.
"""

from __future__ import annotations