summaryrefslogtreecommitdiffstats
path: root/modules/cabal.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cabal.py')
-rw-r--r--modules/cabal.py2
1 files changed, 2 insertions, 0 deletions
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']