mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
This commit is contained in:
parent
5db0c94072
commit
3679727939
64 changed files with 1626 additions and 1678 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Tests for distutils.cmd."""
|
||||
import unittest
|
||||
import os
|
||||
from test.support import captured_stdout, run_unittest
|
||||
from test.support import captured_stdout
|
||||
|
||||
from distutils.cmd import Command
|
||||
from distutils.dist import Distribution
|
||||
|
|
@ -124,4 +124,4 @@ def test_suite():
|
|||
return unittest.makeSuite(CommandTestCase)
|
||||
|
||||
if __name__ == '__main__':
|
||||
run_unittest(test_suite())
|
||||
test_support.run_unittest(test_suite())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue