diff --git a/src/pylorax/sysutils.py b/src/pylorax/sysutils.py index 65062b08..3f23baa9 100644 --- a/src/pylorax/sysutils.py +++ b/src/pylorax/sysutils.py @@ -19,7 +19,7 @@ # Red Hat Author(s): Martin Gracik # -__all__ = ["joinpaths", "touch", "replace", +__all__ = ["joinpaths", "touch", "replace", "chown_", "chmod_", "create_loop_dev", "remove_loop_dev", "create_dm_dev", "remove_dm_dev"]