tests/test-pathencode.py
changeset 48875 6000f5b25c9b
parent 45942 89a2afe31e82
child 48935 2cce2fa5bcf7
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     3 #
     3 #
     4 # It uses a simple probabilistic model to generate valid pathnames
     4 # It uses a simple probabilistic model to generate valid pathnames
     5 # that have proven likely to expose bugs and divergent behavior in
     5 # that have proven likely to expose bugs and divergent behavior in
     6 # different encoding implementations.
     6 # different encoding implementations.
     7 
     7 
     8 from __future__ import absolute_import, print_function
       
     9 
     8 
    10 import binascii
     9 import binascii
    11 import collections
    10 import collections
    12 import itertools
    11 import itertools
    13 import math
    12 import math