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 b5fd865..5b7b19b 100644
--- a/src/nbblib/bs.py
+++ b/src/nbblib/bs.py
@@ -10,6 +10,9 @@ from nbblib import progutils
from nbblib import plugins
+__all__ = []
+
+
class NotABSSourceTree(plugins.PluginNoMatch):
def __init__(self, vcs_tree):
super(NotABSSourceTree, self).__init__()
@@ -29,6 +32,7 @@ class AmbigousBSDetection(plugins.AmbigousPluginDetection):
'\n '.join(alist))
+__all__.append('BSSourceTree')
class BSSourceTree(plugins.GenericDetectPlugin):
__metaclass__ = plugins.GenericPluginMeta
no_match_exception = NotABSSourceTree