File: conftest.py

package info (click to toggle)
grip 4.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,004 kB
  • sloc: python: 1,497; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
from __future__ import print_function, unicode_literals

import os
import sys


DIRNAME = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(1, os.path.dirname(DIRNAME))