summaryrefslogtreecommitdiffstats
path: root/modules/sourceball.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sourceball.py')
-rw-r--r--modules/sourceball.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/sourceball.py b/modules/sourceball.py
index 07a29e5..38abf1f 100644
--- a/modules/sourceball.py
+++ b/modules/sourceball.py
@@ -74,4 +74,11 @@ class SourceBall(PackageSource):
elif len(args) == 1 and args[0] == 'orig':
self.cfg['source'] = join(self.branch, self.orig_dir(self.name))
+ def setup_sourceball(self, ver=''):
+ return
+
+ def setup_sourceball_w_patches(self, ver=''):
+ raise NotImplementedError
+
+
__all__ = ['SourceBall']