Remove references to basestring
This doesn't exist in Python 3. Change-Id: I5aff8a205d524cc15c161a961b0603efeb66a2e8 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
57e9754093
commit
164daa691b
@ -248,7 +248,7 @@ the end user.
|
||||
|
||||
*AllowedValues(allowed, description)*:
|
||||
Lists the allowed values. ``allowed`` must be a
|
||||
``collections.abc.Sequence`` or ``basestring``. Applicable to all types
|
||||
``collections.abc.Sequence`` or ``string``. Applicable to all types
|
||||
of value except MAP.
|
||||
|
||||
*Length(min, max, description)*:
|
||||
|
Loading…
Reference in New Issue
Block a user