mercurial/util.py
changeset 29324 b501579147f1
parent 29298 82f6193ff2bc
child 29342 c27dc3c31222
equal deleted inserted replaced
29321:de4a80a2b45c 29324:b501579147f1
    45     pycompat,
    45     pycompat,
    46 )
    46 )
    47 
    47 
    48 for attr in (
    48 for attr in (
    49     'empty',
    49     'empty',
       
    50     'pickle',
    50     'queue',
    51     'queue',
    51     'urlerr',
    52     'urlerr',
    52     # we do import urlreq, but we do it outside the loop
    53     # we do import urlreq, but we do it outside the loop
    53     #'urlreq',
    54     #'urlreq',
    54     'stringio',
    55     'stringio',