File: consts.py

package info (click to toggle)
python-paho-mqtt 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,248 kB
  • sloc: python: 8,765; sh: 48; makefile: 40
file content (5 lines) | stat: -rw-r--r-- 118 bytes parent folder | download
1
2
3
4
5
import pathlib

tests_path = pathlib.Path(__file__).parent
lib_path = tests_path.parent
ssl_path = tests_path / "ssl"