From 7548aa8ffd46eb6e0f73730d1b2eb515ba581f95 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 2 Nov 2013 13:12:09 -0700 Subject: More attacking E302 violators --- django/utils/xmlutils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'django/utils/xmlutils.py') diff --git a/django/utils/xmlutils.py b/django/utils/xmlutils.py index a09fcb0f6b..b3f7e4defb 100644 --- a/django/utils/xmlutils.py +++ b/django/utils/xmlutils.py @@ -4,6 +4,7 @@ Utilities for XML generation/parsing. from xml.sax.saxutils import XMLGenerator + class SimplerXMLGenerator(XMLGenerator): def addQuickElement(self, name, contents=None, attrs=None): "Convenience method for adding an element with no children" -- cgit v1.3