diff cagou/core/simple_xhtml.py @ 284:ca4daced4638

misc: replaced "dummy" by "__"
author Goffi <goffi@goffi.org>
date Mon, 25 Mar 2019 07:11:09 +0100
parents 1b835bcfa663
children 44752e8031f8
line wrap: on
line diff
--- a/cagou/core/simple_xhtml.py	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/simple_xhtml.py	Mon Mar 25 07:11:09 2019 +0100
@@ -404,7 +404,7 @@
         styles in self._css_styles will be removed
         and the attribute will be deleted
         """
-        for tag, dummy in reversed(self._css_styles):
+        for tag, __ in reversed(self._css_styles):
             self._removeStyle(tag)
         del self._css_styles