summaryrefslogtreecommitdiffstats
path: root/Demo/cgi/wiki.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/cgi/wiki.py')
-rw-r--r--Demo/cgi/wiki.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/cgi/wiki.py b/Demo/cgi/wiki.py
index ee094a8..2f944d6 100644
--- a/Demo/cgi/wiki.py
+++ b/Demo/cgi/wiki.py
@@ -119,5 +119,5 @@ class WikiPage:
f.write('\n')
f.close()
return ""
- except IOError, err:
+ except IOError as err:
return "IOError: %s" % str(err)