summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/README
blob: fd71540c4cdde1291890770c5be4e5b4e6e20219 (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

----
pep8 *.py
----

before committing.