From 5d48dd8ca7a317daf772d0627f0843d315c49876 Mon Sep 17 00:00:00 2001 From: "Sean B. Palmer" Date: Thu, 18 Jun 2009 14:20:12 +0100 Subject: Run setup when reloading a module. --- modules/oblique.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/oblique.py') diff --git a/modules/oblique.py b/modules/oblique.py index 49e7d8c..b4efa77 100755 --- a/modules/oblique.py +++ b/modules/oblique.py @@ -23,7 +23,7 @@ def mappings(uri): if not ' ' in item: continue command, template = item.split(' ', 1) - if not command.isalpha(): continue + if not command.isalnum(): continue if not template.startswith('http://'): continue result[command] = template.replace('&', '&') return result -- cgit v1.2.3-1-g7c22