From 331bc44338eb7062f83c884f97d92482043168cb Mon Sep 17 00:00:00 2001 From: "Sean B. Palmer" Date: Wed, 20 Oct 2010 16:50:21 +0100 Subject: Fixed the oblique wiki load problem. --- modules/oblique.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/oblique.py b/modules/oblique.py index 26b9256..e1ae299 100755 --- a/modules/oblique.py +++ b/modules/oblique.py @@ -10,7 +10,7 @@ http://inamidst.com/phenny/ import re, urllib import web -definitions = 'http://wiki.github.com/nslater/oblique/' +definitions = 'http://github.com/nslater/oblique/wiki' r_item = re.compile(r'(?i)
  • (.*?)
  • ') r_tag = re.compile(r'<[^>]+>') -- cgit v1.2.3-1-g7c22