From 34162872b1119df31288dadc9fda2390119d4e27 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 12 Oct 2014 08:16:34 -0700 Subject: moduzlib: Integrate into the system. --- tests/extmod/zlibd_decompress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/extmod') diff --git a/tests/extmod/zlibd_decompress.py b/tests/extmod/zlibd_decompress.py index db9610832..64df6da2e 100644 --- a/tests/extmod/zlibd_decompress.py +++ b/tests/extmod/zlibd_decompress.py @@ -1,7 +1,7 @@ try: import zlib except ImportError: - import zlibd as zlib + import uzlib as zlib PATTERNS = [ # Packed results produced by CPy's zlib.compress() -- cgit v1.2.3