fixup: add remove to sysutils.__all__
This commit is contained in:
parent
984185be0c
commit
cd684d2b3d
@ -19,7 +19,7 @@
|
|||||||
# Red Hat Author(s): Martin Gracik <mgracik@redhat.com>
|
# Red Hat Author(s): Martin Gracik <mgracik@redhat.com>
|
||||||
#
|
#
|
||||||
|
|
||||||
__all__ = ["joinpaths", "touch", "replace", "chown_", "chmod_"]
|
__all__ = ["joinpaths", "touch", "replace", "chown_", "chmod_", "remove"]
|
||||||
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
Reference in New Issue
Block a user