diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-03 15:41:24 -0500 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-03 15:41:24 -0500 |
| commit | 36953f9c563700d4ef67149c2c13c1df70b02c96 (patch) | |
| tree | 06c39559b2e66f6467f95fcdafc88d60d47d78b3 /base | |
| parent | e427d02a7693c395d26c03f6a12a09ca504009bc (diff) | |
| download | fedora-devshell-36953f9c563700d4ef67149c2c13c1df70b02c96.tar.gz fedora-devshell-36953f9c563700d4ef67149c2c13c1df70b02c96.tar.xz fedora-devshell-36953f9c563700d4ef67149c2c13c1df70b02c96.zip | |
Add directory factory autodetect powers
Diffstat (limited to 'base')
| -rw-r--r-- | base/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |
