summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/oblique.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/oblique.py b/modules/oblique.py
index 835862a..26b9256 100755
--- a/modules/oblique.py
+++ b/modules/oblique.py
@@ -10,8 +10,7 @@ http://inamidst.com/phenny/
import re, urllib
import web
-# definitions = 'http://code.google.com/p/phenny-ws/wiki/ServiceDefinitions'
-definitions = 'http://wiki.github.com/nslater/phenny-ws/'
+definitions = 'http://wiki.github.com/nslater/oblique/'
r_item = re.compile(r'(?i)<li>(.*?)</li>')
r_tag = re.compile(r'<[^>]+>')