##// END OF EJS Templates
convert: move import of xml.minidom.dom to its own line for check-code
Augie Fackler -
r19787:87f07f70 default
parent child Browse files
Show More
@@ -2,7 +2,8 b''
2 #
2 #
3 # Copyright(C) 2007 Daniel Holth et al
3 # Copyright(C) 2007 Daniel Holth et al
4
4
5 import os, re, sys, tempfile, urllib, urllib2, xml.dom.minidom
5 import os, re, sys, tempfile, urllib, urllib2
6 import xml.dom.minidom
6 import cPickle as pickle
7 import cPickle as pickle
7
8
8 from mercurial import strutil, scmutil, util, encoding
9 from mercurial import strutil, scmutil, util, encoding
General Comments 0
You need to be logged in to leave comments. Login now