summaryrefslogtreecommitdiff
path: root/django/utils/xmlutils.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-02 13:12:09 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-02 13:12:09 -0700
commit7548aa8ffd46eb6e0f73730d1b2eb515ba581f95 (patch)
tree963393779f4c8c33351ea605f708f8da7d9f70bf /django/utils/xmlutils.py
parent65c4ac3b2434d1828cb76c9f4454fe64e81354ee (diff)
downloaddjango-7548aa8ffd46eb6e0f73730d1b2eb515ba581f95.tar.gz
More attacking E302 violators
Diffstat (limited to 'django/utils/xmlutils.py')
-rw-r--r--django/utils/xmlutils.py1
1 files changed, 1 insertions, 0 deletions
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"