summaryrefslogtreecommitdiff
path: root/tests/t5_cp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t5_cp.py')
-rw-r--r--tests/t5_cp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/t5_cp.py b/tests/t5_cp.py
index 3e1d74c..1b71759 100644
--- a/tests/t5_cp.py
+++ b/tests/t5_cp.py
@@ -6,7 +6,8 @@ Copyright (C) 2008-2009 Nikolaus Rath <Nikolaus@rath.org>
This program can be distributed under the terms of the GNU GPLv3.
'''
-from __future__ import division, print_function
+from __future__ import division, print_function, absolute_import
+
import errno
import os.path
import subprocess