From 36953f9c563700d4ef67149c2c13c1df70b02c96 Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Sat, 3 Jan 2009 15:41:24 -0500 Subject: Add directory factory autodetect powers --- base/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/util.py b/base/util.py index b9d6eac..d4a6475 100644 --- a/base/util.py +++ b/base/util.py @@ -70,5 +70,5 @@ def one(l, f): for x in l: if f(x): return x - + __all__ = ['pwd', 'copy', 'with_sudo', 'with_su', 'symlink', 'move'] -- cgit