]> arthur.barton.de Git - bup.git/blob - lib/bup/t/__init__.py
Use absolute_import from the __future__ everywhere
[bup.git] / lib / bup / t / __init__.py
1
2 from __future__ import absolute_import
3 import sys
4
5 sys.path[:0] = ['../..']