summaryrefslogtreecommitdiff
path: root/tests/t5_cp.py
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-03-09 10:08:58 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-03-09 10:08:58 -0800
commit4c92783a314a913bab3c98d30bb9ca4cbeafb4e6 (patch)
tree8f9ab17242aa0192ab255d083b8653f3b1384975 /tests/t5_cp.py
parent9b98afce557a35baac876966bcdd268c4b8e579a (diff)
Import s3ql_1.13.1.orig.tar.bz2
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