Current File : /home/inlingua/miniconda3/lib/python3.1/site-packages/setuptools/tests/textwrap.py
import textwrap


def DALS(s):
    "dedent and left-strip"
    return textwrap.dedent(s).lstrip()