aboutsummaryrefslogtreecommitdiffstats
path: root/jython-tosca-parser/src/main/resources/Lib/site-packages/setuptools/tests/textwrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'jython-tosca-parser/src/main/resources/Lib/site-packages/setuptools/tests/textwrap.py')
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/setuptools/tests/textwrap.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/setuptools/tests/textwrap.py b/jython-tosca-parser/src/main/resources/Lib/site-packages/setuptools/tests/textwrap.py
deleted file mode 100644
index 5cd9e5b..0000000
--- a/jython-tosca-parser/src/main/resources/Lib/site-packages/setuptools/tests/textwrap.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from __future__ import absolute_import
-
-import textwrap
-
-
-def DALS(s):
- "dedent and left-strip"
- return textwrap.dedent(s).lstrip()