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/cabal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/cabal.py') diff --git a/modules/cabal.py b/modules/cabal.py index db5a636..2e6d30b 100644 --- a/modules/cabal.py +++ b/modules/cabal.py @@ -157,3 +157,5 @@ class Cabal(Module): def close(self): self.package.close() + +__all__ = ['Cabal'] -- cgit