hgext/convert/filemap.py
changeset 48875 6000f5b25c9b
parent 45942 89a2afe31e82
child 48913 f254fc73d956
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     2 # Copyright 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
     2 # Copyright 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
     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 absolute_import, print_function
       
     8 
     7 
     9 import posixpath
     8 import posixpath
    10 
     9 
    11 from mercurial.i18n import _
    10 from mercurial.i18n import _
    12 from mercurial import (
    11 from mercurial import (