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