mercurial/util.py
changeset 28882 800ec7c048b0
parent 28865 16255662446d
child 28883 032c4c2f802a
equal deleted inserted replaced
28881:d9f7f590f1e3 28882:800ec7c048b0
    47 )
    47 )
    48 
    48 
    49 for attr in (
    49 for attr in (
    50     'empty',
    50     'empty',
    51     'queue',
    51     'queue',
       
    52     'urlerr',
       
    53     'urlreq',
    52     'stringio',
    54     'stringio',
    53 ):
    55 ):
    54     globals()[attr] = getattr(pycompat, attr)
    56     globals()[attr] = getattr(pycompat, attr)
    55 
    57 
    56 if os.name == 'nt':
    58 if os.name == 'nt':