fixup: add remove to sysutils.__all__

This commit is contained in:
Will Woods 2011-05-09 16:30:32 -04:00
parent 984185be0c
commit cd684d2b3d

View File

@ -19,7 +19,7 @@
# Red Hat Author(s): Martin Gracik <mgracik@redhat.com>
#
__all__ = ["joinpaths", "touch", "replace", "chown_", "chmod_"]
__all__ = ["joinpaths", "touch", "replace", "chown_", "chmod_", "remove"]
import sys