tests/svnxml.py
changeset 48875 6000f5b25c9b
parent 46400 7525e77b5eac
--- a/tests/svnxml.py	Sun Feb 20 15:18:15 2022 -0700
+++ b/tests/svnxml.py	Thu Mar 03 17:34:00 2022 +0100
@@ -1,7 +1,6 @@
 # Read the output of a "svn log --xml" command on stdin, parse it and
 # print a subset of attributes common to all svn versions tested by
 # hg.
-from __future__ import absolute_import
 import sys
 import xml.dom.minidom