mercurial/lock.py
changeset 50929 18c8c18993f0
parent 50587 5586076b8030
child 51286 81224afd938d
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    13 import socket
    13 import socket
    14 import time
    14 import time
    15 import warnings
    15 import warnings
    16 
    16 
    17 from .i18n import _
    17 from .i18n import _
    18 from .pycompat import getattr
       
    19 
    18 
    20 from . import (
    19 from . import (
    21     encoding,
    20     encoding,
    22     error,
    21     error,
    23     pycompat,
    22     pycompat,