improve test for compat

This commit is contained in:
Prodesire 2017-12-05 19:40:00 +08:00
parent 20f09b56d5
commit 3e8c50effd
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ def test_types():
assert isinstance(2**50, numeric_types)
def test_urljoin():
from pydu.compat import urljoin
def test_urlmisc():
from pydu.compat import urljoin, ulib, urlparse
def test_imap():