forked from OSchip/llvm-project
[libc++][NFC] Remove duplicate Python imports
This commit is contained in:
parent
2410fb4616
commit
a41837d1da
|
@ -26,7 +26,7 @@ config.substitutions.append(('%{exec}',
|
|||
|
||||
import os, site
|
||||
site.addsitedir(os.path.join('@LIBCXX_SOURCE_DIR@', 'utils'))
|
||||
import libcxx.test.params, libcxx.test.newconfig, libcxx.test.newconfig
|
||||
import libcxx.test.params, libcxx.test.newconfig
|
||||
libcxx.test.newconfig.configure(
|
||||
libcxx.test.params.DEFAULT_PARAMETERS,
|
||||
libcxx.test.features.DEFAULT_FEATURES,
|
||||
|
|
|
@ -19,7 +19,7 @@ config.substitutions.append(('%{exec}',
|
|||
|
||||
import os, site
|
||||
site.addsitedir(os.path.join('@LIBCXX_SOURCE_DIR@', 'utils'))
|
||||
import libcxx.test.params, libcxx.test.newconfig, libcxx.test.newconfig
|
||||
import libcxx.test.params, libcxx.test.newconfig
|
||||
libcxx.test.newconfig.configure(
|
||||
libcxx.test.params.DEFAULT_PARAMETERS,
|
||||
libcxx.test.features.DEFAULT_FEATURES,
|
||||
|
|
|
@ -19,7 +19,7 @@ config.substitutions.append(('%{exec}',
|
|||
|
||||
import os, site
|
||||
site.addsitedir(os.path.join('@LIBCXX_SOURCE_DIR@', 'utils'))
|
||||
import libcxx.test.params, libcxx.test.newconfig, libcxx.test.newconfig
|
||||
import libcxx.test.params, libcxx.test.newconfig
|
||||
libcxx.test.newconfig.configure(
|
||||
libcxx.test.params.DEFAULT_PARAMETERS,
|
||||
libcxx.test.features.DEFAULT_FEATURES,
|
||||
|
|
|
@ -20,7 +20,7 @@ config.substitutions.append(('%{exec}',
|
|||
|
||||
import os, site
|
||||
site.addsitedir(os.path.join('@LIBCXX_SOURCE_DIR@', 'utils'))
|
||||
import libcxx.test.params, libcxx.test.newconfig, libcxx.test.newconfig
|
||||
import libcxx.test.params, libcxx.test.newconfig
|
||||
libcxx.test.newconfig.configure(
|
||||
libcxx.test.params.DEFAULT_PARAMETERS,
|
||||
libcxx.test.features.DEFAULT_FEATURES,
|
||||
|
|
|
@ -20,7 +20,7 @@ config.substitutions.append(('%{exec}',
|
|||
|
||||
import os, site
|
||||
site.addsitedir(os.path.join('@LIBCXX_SOURCE_DIR@', 'utils'))
|
||||
import libcxx.test.params, libcxx.test.newconfig, libcxx.test.newconfig
|
||||
import libcxx.test.params, libcxx.test.newconfig
|
||||
libcxx.test.newconfig.configure(
|
||||
libcxx.test.params.DEFAULT_PARAMETERS,
|
||||
libcxx.test.features.DEFAULT_FEATURES,
|
||||
|
|
Loading…
Reference in New Issue