tests/test-trusted.py
changeset 48875 6000f5b25c9b
parent 45894 9dc1351d0b5f
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 # Since it's not easy to write a test that portably deals
     1 # Since it's not easy to write a test that portably deals
     2 # with files from different users/groups, we cheat a bit by
     2 # with files from different users/groups, we cheat a bit by
     3 # monkey-patching some functions in the util module
     3 # monkey-patching some functions in the util module
     4 
     4 
     5 from __future__ import absolute_import, print_function
       
     6 
     5 
     7 import os
     6 import os
     8 import sys
     7 import sys
     9 
     8 
    10 from mercurial import (
     9 from mercurial import (