summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nbblib/plugins.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nbblib/plugins.py b/src/nbblib/plugins.py
index 964f5cc..9d519f7 100644
--- a/src/nbblib/plugins.py
+++ b/src/nbblib/plugins.py
@@ -55,6 +55,8 @@ class MyPluginB(MyPluginType):
if not other_detection_successful:
raise self.no_match_exception()
+Ideas:
+ * Get rid of references to "context", and handle that in derived classes.
"""