mercurial/upgrade_utils/actions.py
branchstable
changeset 46810 bc268ea9f984
parent 46337 6e81446bf1d9
child 46903 856820b497fc
equal deleted inserted replaced
46802:112826b59476 46810:bc268ea9f984
     2 #
     2 #
     3 # Copyright (c) 2016-present, Gregory Szorc
     3 # Copyright (c) 2016-present, Gregory Szorc
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
       
     7 
       
     8 # See https://github.com/google/pytype/issues/860
       
     9 # pytype: skip-file
     7 
    10 
     8 from __future__ import absolute_import
    11 from __future__ import absolute_import
     9 
    12 
    10 from ..i18n import _
    13 from ..i18n import _
    11 from .. import (
    14 from .. import (