summaryrefslogtreecommitdiffstats
path: root/modules/sourceball.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sourceball.py')
-rw-r--r--modules/sourceball.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/sourceball.py b/modules/sourceball.py
index b0f23fd..8364eda 100644
--- a/modules/sourceball.py
+++ b/modules/sourceball.py
@@ -65,3 +65,5 @@ class SourceBall(Package):
raise ExecutionException(e, 'something went wrong')
#TODO: figure out what exceptions TarFile will throw
+
+__all__ = ['SourceBall']