##// END OF EJS Templates
factotum: fix urllib2 import so it no longer relies on a demandimport bug...
Mads Kiilerich -
r18647:c1d23b4a default
parent child Browse files
Show More
@@ -47,8 +47,8 b' service entry controls the service name '
47
47
48 from mercurial.i18n import _
48 from mercurial.i18n import _
49 from mercurial.url import passwordmgr
49 from mercurial.url import passwordmgr
50 from mercurial import httpconnection, urllib2, util
50 from mercurial import httpconnection, util
51 import os
51 import os, urllib2
52
52
53 ERRMAX = 128
53 ERRMAX = 128
54
54
General Comments 0
You need to be logged in to leave comments. Login now