Commit cf66bbce authored by Jason R. Coombs's avatar Jason R. Coombs

Add omitted module.

parent 9534a401
from __future__ import absolute_import
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment