Style fix.

This commit is contained in:
Georg Brandl
2010-11-12 08:28:47 +01:00
parent c62a19bca5
commit 7df688ea6c

View File

@@ -357,7 +357,7 @@ class WebSupport(object):
"""
self.base_comment_opts = {}
if self.docroot is not '':
if self.docroot != '':
comment_urls = [
('addCommentURL', 'add_comment'),
('getCommentsURL', 'get_comments'),