File: settings.py

package info (click to toggle)
kytos-utils 2019.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 396 kB
  • sloc: python: 1,310; sh: 15; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
"""Module to include all constants in kytos-utils."""
import os
from pathlib import Path

BASE_ENV = Path(os.environ.get('VIRTUAL_ENV', '/'))
SKEL_PATH = BASE_ENV / Path('etc/kytos/skel')