summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiki2html.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wiki2html.py b/wiki2html.py
index f8dfb63..441bc76 100644
--- a/wiki2html.py
+++ b/wiki2html.py
@@ -99,8 +99,7 @@ class HtmlWikiMarkup (WikiMarkup):
99 elif s[0] == "proto": 99 elif s[0] == "proto":
100 text = self.tmpl_proto(s) 100 text = self.tmpl_proto(s)
101 return text 101 return text
102 102
103 print arg
104 (qual,sep,tgt) = arg.partition(':') 103 (qual,sep,tgt) = arg.partition(':')
105 if tgt != '': 104 if tgt != '':
106 ns = self.wiki_ns_name(qual) 105 ns = self.wiki_ns_name(qual)

Return to:

Send suggestions and report system problems to the System administrator.