summaryrefslogtreecommitdiffstats
path: root/src/nbblib/bs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/nbblib/bs.py')
-rw-r--r--src/nbblib/bs.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nbblib/bs.py b/src/nbblib/bs.py
index f8f247c..f9215a2 100644
--- a/src/nbblib/bs.py
+++ b/src/nbblib/bs.py
@@ -76,7 +76,9 @@ class BSSourceTree(plugins.GenericDetectPlugin):
class AutomakeSourceTree(BSSourceTree):
+
name = 'automake'
+
def __init__(self, context, vcs_tree):
super(AutomakeSourceTree, self).__init__(context)
srcdir = vcs_tree.tree_root
@@ -130,7 +132,9 @@ class AutomakeSourceTree(BSSourceTree):
class SconsSourceTree(BSSourceTree):
+
name = 'scons'
+
def __init__(self, context, vcs_tree):
super(SconsSourceTree, self).__init__(context)
srcdir = vcs_tree.tree_root