File: context.py

package info (click to toggle)
iotawattpy 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: python: 466; sh: 5; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
import os
import sys

sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))

import iotawattpy  # noqa # pylint: disable=unused-import, wrong-import-position