pep8: Move to third_party/.
[Samba.git] / third_party / pep8 / testsuite / E27.py
blobf9d3e8e17cb4d7f9fe9db4b44a63b0c8a9f8f65f
1 #: Okay
2 True and False
3 #: E271
4 True and False
5 #: E272
6 True and False
7 #: E271
8 if 1:
9 #: E273
10 True and False
11 #: E273 E274
12 True and False
13 #: E271
14 a and b
15 #: E271
16 1 and b
17 #: E271
18 a and 2
19 #: E271 E272
20 1 and b
21 #: E271 E272
22 a and 2
23 #: E272
24 this and False
25 #: E273
26 a and b
27 #: E274
28 a and b
29 #: E273 E274
30 this and False