0f3ea232b7
Change-Id: I0727caae202b385d740b006fd957b990e308c6d7
190 B
190 B
Usage
To use oslo.utils in a project, import the individual module you need. For example:
from oslo_utils import strutils
slug = strutils.to_slug('input value')