1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/third_party/pep8/testsuite/W39.py
Jelmer Vernooij a001b03854 pep8: Move to third_party/.
Also, update to latest upstream version.

Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-04-27 21:18:10 +02:00

19 lines
261 B
Python

#: W391:2:1
# The next line is blank
#: W391:3:1
# Two additional empty lines
#: W391:4:1 W293:3:1 W293:4:1 noeol
# The last lines contain space
#: Okay
'''there is nothing wrong
with a multiline string at EOF
that happens to have a blank line in it
'''