repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update emoji autocorrect entries from po-files
[LibreOffice.git]
/
writerfilter
/
source
/
ooxml
/
README
blob
fd71540c4cdde1291890770c5be4e5b4e6e20219
1
= DOCX tokenizer
2
3
== Coding style
4
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
8
9
----
10
pep8 *.py
11
----
12
13
before committing.