File: __init__.py

package info (click to toggle)
pcs 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,148 kB
  • sloc: python: 238,810; xml: 20,833; ruby: 13,203; makefile: 1,595; sh: 484
file content (4 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (3)
1
2
3
4
import os

TEST_ROOT = os.path.realpath(os.path.dirname(os.path.abspath(__file__)))
PROJECT_ROOT = os.path.dirname(TEST_ROOT)