tests/test-hg-parseurl.py
changeset 48875 6000f5b25c9b
parent 46908 4452cb788404
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 from __future__ import absolute_import, print_function
       
     2 
       
     3 import unittest
     1 import unittest
     4 
     2 
     5 from mercurial.utils import urlutil
     3 from mercurial.utils import urlutil
     6 
     4 
     7 
     5