diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-10-12 23:25:24 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-10-12 23:25:24 +0100 |
| commit | 29f56826218b3df81eeeaa6e1cdc36890a836e87 (patch) | |
| tree | 1bda1cec0ba2cb6e36840cd874bc5c640307d11d /tests/extmod/zlibd_decompress.py | |
| parent | 50062587c7dc47f43773e9d172fe3d6099faeb26 (diff) | |
| parent | bfb6af857aaff7f5c2f75116caa6c6b67d63bf52 (diff) | |
Merge pull request #904 from pfalcon/moduzlib
Module "uzlib" - based on similarly named library
Diffstat (limited to 'tests/extmod/zlibd_decompress.py')
| -rw-r--r-- | tests/extmod/zlibd_decompress.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
