File tree Expand file tree Collapse file tree 4 files changed +2
-151
lines changed Expand file tree Collapse file tree 4 files changed +2
-151
lines changed Original file line number Diff line number Diff line change 77import importlib .util
88import importlib .machinery
99
10- from . py34compat import module_from_spec
10+ from importlib . util import module_from_spec
1111
1212
1313PY_SOURCE = 1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66import contextlib
77from itertools import chain
88
9- from .py36compat import sdist_add_defaults
10-
119from .._importlib import metadata
1210from .build import _ORIGINAL_SUBCOMMANDS
1311
@@ -21,7 +19,7 @@ def walk_revctrl(dirname=''):
2119 yield item
2220
2321
24- class sdist (sdist_add_defaults , orig .sdist ):
22+ class sdist (orig .sdist ):
2523 """Smart sdist that finds anything supported by revision control"""
2624
2725 user_options = [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments