tests/svn-safe-append.py
changeset 48875 6000f5b25c9b
parent 45830 c102b704edb5
--- a/tests/svn-safe-append.py	Sun Feb 20 15:18:15 2022 -0700
+++ b/tests/svn-safe-append.py	Thu Mar 03 17:34:00 2022 +0100
@@ -1,6 +1,5 @@
 #!/usr/bin/env python3
 
-from __future__ import absolute_import
 
 __doc__ = """Same as `echo a >> b`, but ensures a changed mtime of b.
 Without this svn will not detect workspace changes."""