#6026 - fix tests that failed without zlib

This commit is contained in:
Ezio Melotti 2009-09-12 14:43:43 +00:00
parent 21121e64b4
commit 1036a7f7e1
7 changed files with 51 additions and 6 deletions

View file

@ -5,9 +5,8 @@
import unittest
from test import test_support
import os
import gzip
import struct
gzip = test_support.import_module('gzip')
data1 = """ int length=DEFAULTALLOC, err = Z_OK;
PyObject *RetVal;