From 0e0c450367d6f1047ff10136d29d395fd6e44357 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 26 May 2009 20:24:14 +0000 Subject: add FIXME note git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@398 86f53f14-5ff3-0310-afe5-9b438ce3f40c --- plugins/external.py | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/external.py') diff --git a/plugins/external.py b/plugins/external.py index 28b41eb..581e65b 100644 --- a/plugins/external.py +++ b/plugins/external.py @@ -37,6 +37,7 @@ def generate(site): for x in site.linkMap.values() if not x.isinternal ] # sort list + # FIXME: use sort(key=....) (adds dependency on python>=2.4) links.sort(lambda a, b: cmp(a.url, b.url)) # present results fp = plugins.open_html(plugins.external, site) -- cgit v1.2.3