File: __init__.py

package info (click to toggle)
python-persisting-theory 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 196 kB
  • sloc: python: 423; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
6
7
import os, sys

TEST_DIR = os.path.dirname(os.path.abspath(__file__))
BASE_DIR = os.path.dirname(TEST_DIR)


sys.path.append(BASE_DIR)