Version 6.4.0.3, tag libreoffice-6.4.0.3
[LibreOffice.git] / writerfilter / source / ooxml / README
blobc72b341aef6581c8c2edee1e47f6ecd140cb9511
1 = DOCX tokenizer
3 == Coding style
5 This directory uses the PEP 8 (see
6 <http://legacy.python.org/dev/peps/pep-0008/>) coding style for Python files.
7 Please run
9 ----
10 pycodestyle *.py
11 ----
13 before committing.