debian-forge/osbuild/util
Christian Kellner 696219dab9 util/ostree: accept typing.List for List[str]
In python 3.6 the value of `__origin__` for typing.List[str] is
typing.List. This then changed to the actual `list` type in later
versions. Accept both versions.
2020-06-09 13:42:35 +02:00
..
__init__.py util: mark as module 2020-04-21 17:00:04 +02:00
ctx.py util/ctx: extract suppress_oserror() 2020-05-11 18:05:12 +02:00
jsoncomm.py util/jsoncomm: simplify condition 2020-05-29 11:07:29 +02:00
linux.py util/linux: add explicit FS_IMMUTABLE_FL helpers 2020-04-21 14:46:02 +02:00
osrelease.py osbuild: move osrelease parser into ./util 2020-04-28 15:39:00 +02:00
ostree.py util/ostree: accept typing.List for List[str] 2020-06-09 13:42:35 +02:00
rmrf.py util/rmrf: use immutable helpers 2020-04-21 14:46:02 +02:00
selinux.py util/selinux: add simple setfiles wrapper 2020-04-15 15:39:45 +02:00