From cd684d2b3d8b9bb4638065847df80340958e11b4 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 9 May 2011 16:30:32 -0400 Subject: [PATCH] fixup: add remove to sysutils.__all__ --- src/pylorax/sysutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/sysutils.py b/src/pylorax/sysutils.py index d5adcfd5..1fdb25ac 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", "chown_", "chmod_"] +__all__ = ["joinpaths", "touch", "replace", "chown_", "chmod_", "remove"] import sys