summaryrefslogtreecommitdiffstats
path: root/src/nbblib/vcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/nbblib/vcs.py')
-rw-r--r--src/nbblib/vcs.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nbblib/vcs.py b/src/nbblib/vcs.py
index f2a4ea5..6162f3c 100644
--- a/src/nbblib/vcs.py
+++ b/src/nbblib/vcs.py
@@ -8,6 +8,9 @@ from nbblib import progutils
from nbblib import plugins
+__all__ = []
+
+
class AbstractConfig(object):
"""Return static config until we implement real config reading"""
@@ -54,6 +57,7 @@ class AmbigousVCSDetection(plugins.AmbigousPluginDetection):
return "Ambigous VCS types detected for %s:\n%s" % (repr(self.srcdir), table)
+__all__.append('VCSourceTree')
class VCSourceTree(plugins.GenericDetectPlugin):
"""
Mount point for plugins which refer to actions that can be performed.