Add contains() and append() convenience functions

basically stolen from Fabric v1 source code
This commit is contained in:
Lance Edgar 2019-07-23 19:07:14 -05:00
parent bac78764d0
commit 72c03a8ac9
2 changed files with 123 additions and 18 deletions

View file

@ -38,4 +38,4 @@ from .core import (
set_timezone,
UNSPECIFIED,
)
from .util import exists
from .util import exists, contains, append