Commit 7351387d authored by Erik M. Bray's avatar Erik M. Bray

Cleanup redundant import.

parent 366121c0
......@@ -1480,7 +1480,6 @@ class EmbedTest(unittest.TestCase):
os.chdir(self.old_dir)
def test_embed(self):
from distutils import sysconfig
libname = sysconfig.get_config_var('LIBRARY')
libdir = sysconfig.get_config_var('LIBDIR')
if not os.path.isdir(libdir) or libname not in os.listdir(libdir):
......
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