mercurial/error.py
changeset 48875 6000f5b25c9b
parent 48363 6a454e7053a1
child 48889 9baec00b4ca1
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     9 
     9 
    10 This allows us to catch exceptions at higher levels without forcing
    10 This allows us to catch exceptions at higher levels without forcing
    11 imports.
    11 imports.
    12 """
    12 """
    13 
    13 
    14 from __future__ import absolute_import
       
    15 
    14 
    16 import difflib
    15 import difflib
    17 
    16 
    18 # Do not import anything but pycompat here, please
    17 # Do not import anything but pycompat here, please
    19 from . import pycompat
    18 from . import pycompat