Kaydet (Commit) 9199f35f authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: PEP 8 fixes

Change-Id: I82c14013c906d4e6d16f69dbebe419d0c56673c2
üst c3657be9
= DOCX tokenizer
== Coding style
This directory uses the PEP 8 (see
<http://legacy.python.org/dev/peps/pep-0008/>) coding style for Python files.
Please run
----
pep8 *.py
----
before committing.
...@@ -35,10 +35,10 @@ class ContentHandler(xml.sax.handler.ContentHandler): ...@@ -35,10 +35,10 @@ class ContentHandler(xml.sax.handler.ContentHandler):
self.chars.append(characters) self.chars.append(characters)
print(""" print("""
/* /*
THIS FILE IS GENERATED AUTOMATICALLY! DO NOT EDIT! THIS FILE IS GENERATED AUTOMATICALLY! DO NOT EDIT!
*/ */
......
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