mercurial/statichttprepo.py
changeset 48875 6000f5b25c9b
parent 48668 4a9570e389b2
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     5 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
     5 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
     6 #
     6 #
     7 # This software may be used and distributed according to the terms of the
     7 # This software may be used and distributed according to the terms of the
     8 # GNU General Public License version 2 or any later version.
     8 # GNU General Public License version 2 or any later version.
     9 
     9 
    10 from __future__ import absolute_import
       
    11 
    10 
    12 import errno
    11 import errno
    13 
    12 
    14 from .i18n import _
    13 from .i18n import _
    15 from .node import sha1nodeconstants
    14 from .node import sha1nodeconstants