python-jenkins/tests/helper.py
Marc Abramowitz 5d7ecd43e0 Make it work on Python 3
Change-Id: Ia8eedf699e988a199520c48e21c9731af912003c
2014-05-21 22:49:34 -07:00

6 lines
87 B
Python

import os
import sys
sys.path.insert(0, os.path.abspath('..'))
import jenkins # noqa