Lines Matching defs:import
6 import os
7 from warnings import warn
8 import sys
11 import zipfile
16 from distutils.errors import DistutilsExecError
17 from distutils.spawn import spawn
18 from distutils.dir_util import mkpath
19 from distutils import log
22 from pwd import getpwnam
27 from grp import getgrnam
90 import tarfile # late import so Python build itself doesn't break
154 "could neither import the 'zipfile' module nor "