mercurial/wireprotoserver.py
changeset 51859 f4733654f144
parent 51569 13c004b54cbe
child 52121 1938d72e7a16
equal deleted inserted replaced
51858:607e94e01851 51859:f4733654f144
     2 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
     2 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
     3 #
     3 #
     4 # This software may be used and distributed according to the terms of the
     4 # This software may be used and distributed according to the terms of the
     5 # GNU General Public License version 2 or any later version.
     5 # GNU General Public License version 2 or any later version.
     6 
     6 
       
     7 from __future__ import annotations
     7 
     8 
     8 import contextlib
     9 import contextlib
     9 import struct
    10 import struct
    10 import threading
    11 import threading
    11 
    12