From 1dd83c963c26d34ebe37bf74f36e8b9eaaf3ddfe Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Mon, 5 Jan 2009 00:56:34 -0500 Subject: Add __all__ statements to modules. --- modules/directory.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/directory.py') diff --git a/modules/directory.py b/modules/directory.py index 6d7f432..0b81842 100644 --- a/modules/directory.py +++ b/modules/directory.py @@ -83,3 +83,5 @@ class Directory(Module): with pwd(self.dir): self.cfg.write() + +__all__ = ['Directory'] -- cgit