hgext/factotum.py
changeset 48875 6000f5b25c9b
parent 45942 89a2afe31e82
child 50929 18c8c18993f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    43 mountpoint entry defines the path to the factotum file service. Lastly, the
    43 mountpoint entry defines the path to the factotum file service. Lastly, the
    44 service entry controls the service name used when reading keys.
    44 service entry controls the service name used when reading keys.
    45 
    45 
    46 '''
    46 '''
    47 
    47 
    48 from __future__ import absolute_import
       
    49 
    48 
    50 import os
    49 import os
    51 from mercurial.i18n import _
    50 from mercurial.i18n import _
    52 from mercurial.pycompat import setattr
    51 from mercurial.pycompat import setattr
    53 from mercurial.utils import procutil
    52 from mercurial.utils import procutil