summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/README
blob: c72b341aef6581c8c2edee1e47f6ecd140cb9511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
= 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

----
pycodestyle *.py
----

before committing.