diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-02 20:39:38 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-02 20:43:05 -0500 |
| commit | e04aa8ac322a8cb92064ccf832d864674eddb964 (patch) | |
| tree | c51aa54153c1d66d87359239ace500270ece38db /pkg_resources | |
| parent | 763cf01ef7df80a5d0b64ec69427336a9cb419b8 (diff) | |
| download | python-setuptools-git-e04aa8ac322a8cb92064ccf832d864674eddb964.tar.gz | |
Remove 'lorem_ipsum' property from jaraco.text, bypassing the behavior on import and other issues.
Diffstat (limited to 'pkg_resources')
| -rw-r--r-- | pkg_resources/_vendor/jaraco/text/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg_resources/_vendor/jaraco/text/__init__.py b/pkg_resources/_vendor/jaraco/text/__init__.py index f39f2d93..c466378c 100644 --- a/pkg_resources/_vendor/jaraco/text/__init__.py +++ b/pkg_resources/_vendor/jaraco/text/__init__.py @@ -224,7 +224,6 @@ def unwrap(s): return '\n'.join(cleaned) -lorem_ipsum: str = files(__name__).joinpath('Lorem ipsum.txt').read_text() class Splitter(object): |
