diff tests/sitecustomize.py @ 28946:b12bda49c3e3

py3: use absolute_import in sitecustomize.py
author Robert Stanca <robert.stanca7@gmail.com>
date Sat, 16 Apr 2016 05:34:21 +0300
parents 031947baf4d0
children d2c40510104e
line wrap: on
line diff
--- a/tests/sitecustomize.py	Sat Apr 16 05:33:23 2016 +0300
+++ b/tests/sitecustomize.py	Sat Apr 16 05:34:21 2016 +0300
@@ -1,3 +1,4 @@
+from __future__ import absolute_import
 import os
 
 if os.environ.get('COVERAGE_PROCESS_START'):