aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2008-03-21 23:41:23 +0100
committerJoey Hess <joey@kodama.kitenet.net>2008-03-21 19:17:00 -0400
commit99bd29fc52ae439dd4fe91852cd21a1f950384a8 (patch)
tree8e6b20a5a4753020490eca63e2dd23aa3f0f4037 /plugins
parent616fcc8aefddde9e239523b3f979eb3a19a8f01f (diff)
downloadikiwiki-99bd29fc52ae439dd4fe91852cd21a1f950384a8.tar
ikiwiki-99bd29fc52ae439dd4fe91852cd21a1f950384a8.tar.gz
scan hook works, remove NotImplemented exception
Signed-off-by: martin f. krafft <madduck@madduck.net>
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/pythondemo4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/pythondemo b/plugins/pythondemo
index 1edbb819e..c63ce3973 100755
--- a/plugins/pythondemo
+++ b/plugins/pythondemo
@@ -148,10 +148,6 @@ def scan_demo(proxy, *args):
links = proxy.getvar('links', kwargs['page'])
debug("links for page `%s' are: %s" % (kwargs['page'], links))
proxy.setvar('links', kwargs['page'], links)
- # TODO: this yields "Can't use string ("1") as an ARRAY ref while "strict
- # refs" in use at /home/madduck/code/ikiwiki/IkiWiki/Render.pm line 17,
- # <GEN1> line 476."
- raise NotImplementedError
proxy.hook('scan', scan_demo)
def htmlize_demo(proxy, *args):