diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-23 22:06:36 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-29 21:18:18 -0500 |
| commit | fb4a1f79f497920c3aa5b95cdfba134cc72e1dfd (patch) | |
| tree | e3a1b8f487bd8edaf33eb6a8dea1ec7a7e85a123 /pkg_resources/extern | |
| parent | 253ecb0179707487e94472dae041ebbaabbb4bc8 (diff) | |
| download | python-setuptools-git-fb4a1f79f497920c3aa5b95cdfba134cc72e1dfd.tar.gz | |
Vendor jaraco.text to supply yield_lines, drop_comment, and join_continuation.
Diffstat (limited to 'pkg_resources/extern')
| -rw-r--r-- | pkg_resources/extern/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/extern/__init__.py b/pkg_resources/extern/__init__.py index fed59295..b1811743 100644 --- a/pkg_resources/extern/__init__.py +++ b/pkg_resources/extern/__init__.py @@ -69,5 +69,5 @@ class VendorImporter: sys.meta_path.append(self) -names = 'packaging', 'pyparsing', 'appdirs' +names = 'packaging', 'pyparsing', 'appdirs', 'jaraco' VendorImporter(__name__, names).install() |
