##// END OF EJS Templates
subrepo: move import of xml.minidom.dom to its own line for check-code
Augie Fackler -
r19788:c26690fe default
parent child Browse files
Show More
@@ -5,7 +5,8 b''
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
7
7
8 import errno, os, re, xml.dom.minidom, shutil, posixpath, sys
8 import errno, os, re, shutil, posixpath, sys
9 import xml.dom.minidom
9 import stat, subprocess, tarfile
10 import stat, subprocess, tarfile
10 from i18n import _
11 from i18n import _
11 import config, scmutil, util, node, error, cmdutil, bookmarks, match as matchmod
12 import config, scmutil, util, node, error, cmdutil, bookmarks, match as matchmod
General Comments 0
You need to be logged in to leave comments. Login now