tests/svn-safe-append.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
--- a/tests/svn-safe-append.py	Thu Jun 16 15:15:03 2022 +0200
+++ b/tests/svn-safe-append.py	Thu Jun 16 15:28:54 2022 +0200
@@ -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."""