summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-30 22:52:50 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:55 +0200
commit7f76450503c455eb057e111d7f3e05b7d0815a54 (patch)
treefed104b1b754d640502b401701b17c4b44b5bdd7
parent411d26e3ff2ed14d17e5cea478805d8feb61f5dc (diff)
downloadnbb-7f76450503c455eb057e111d7f3e05b7d0815a54.tar.gz
nbb-7f76450503c455eb057e111d7f3e05b7d0815a54.tar.xz
nbb-7f76450503c455eb057e111d7f3e05b7d0815a54.zip
Document ideas for nbblib.plugins
-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.
"""