Export chown and chmod functions

This commit is contained in:
Martin Gracik 2010-11-16 12:25:05 +01:00
parent cf8fb74155
commit d888225dd7
1 changed files with 1 additions and 1 deletions

View File

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