Commit ed47b9fd authored by Hanno Schlichting's avatar Hanno Schlichting

de-tabbify

parent 2bf02b70
......@@ -337,7 +337,7 @@ class ZopePageTemplateFileTests(ZopeTestCase):
zpt = self._put(html_with_upper_attr)
self.content_type = 'text/html'
result = zpt.pt_render()
self.assertEqual('ATTR' in result, False)
self.assertEqual('ATTR' in result, False)
class PreferredCharsetUnicodeResolverTests(unittest.TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment