summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/util.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/util.py b/base/util.py
index ec72594..d24755e 100644
--- a/base/util.py
+++ b/base/util.py
@@ -80,4 +80,5 @@ def one(l, f):
if f(x):
return x
-__all__ = ['pwd', 'copy', 'with_sudo', 'with_su', 'symlink', 'move']
+__all__ = ['pwd', 'copy', 'with_sudo', 'with_su', 'symlink', 'move',
+ 'log_file', 'one']