Commit 5ef93a05 authored by Jason R. Coombs's avatar Jason R. Coombs

Move import to top

parent 2e8a63bd
......@@ -14,6 +14,7 @@ import logging
import itertools
import distutils.errors
import io
import zipfile
import time
from setuptools.extern.six.moves import urllib
......@@ -161,7 +162,6 @@ class TestEasyInstallTest:
]
sdist_name = 'setuptools-test-unicode-1.0.zip'
sdist = tmpdir / sdist_name
import zipfile
# can't use make_sdist, because the issue only occurs
# with zip sdists.
sdist_zip = zipfile.ZipFile(str(sdist), 'w')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment