Show More
@@ -1,7 +1,9 b'' | |||
|
1 | 1 | # Read the output of a "svn log --xml" command on stdin, parse it and |
|
2 | 2 | # print a subset of attributes common to all svn versions tested by |
|
3 | 3 | # hg. |
|
4 | import xml.dom.minidom, sys | |
|
4 | from __future__ import absolute_import | |
|
5 | import sys | |
|
6 | import xml.dom.minidom | |
|
5 | 7 | |
|
6 | 8 | def xmltext(e): |
|
7 | 9 | return ''.join(c.data for c |
@@ -46,7 +46,6 b'' | |||
|
46 | 46 | tests/readlink.py requires print_function |
|
47 | 47 | tests/run-tests.py not using absolute_import |
|
48 | 48 | tests/svn-safe-append.py not using absolute_import |
|
49 | tests/svnxml.py not using absolute_import | |
|
50 | 49 | tests/test-atomictempfile.py not using absolute_import |
|
51 | 50 | tests/test-demandimport.py not using absolute_import |
|
52 | 51 | tests/test-demandimport.py requires print_function |
General Comments 0
You need to be logged in to leave comments.
Login now