pep8: Move to third_party/.
[Samba.git] / third_party / pep8 / testsuite / E10.py
blobcd142e3933380f99be805ba311c58895d748ff9a
1 #: E101 W191
2 for a in 'abc':
3 for b in 'xyz':
4 print a # indented with 8 spaces
5 print b # indented with 1 tab
6 #: E101 E122 W191 W191
7 if True:
8 pass
10 change_2_log = \
11 """Change 2 by slamb@testclient on 2006/04/13 21:46:23
13 creation
14 """
16 p4change = {
17 2: change_2_log,
21 class TestP4Poller(unittest.TestCase):
22 def setUp(self):
23 self.setUpGetProcessOutput()
24 return self.setUpChangeSource()
26 def tearDown(self):
27 pass
30 #: E101 W191 W191
31 if True:
32 foo(1,
34 #: E101 E101 W191 W191
35 def test_keys(self):
36 """areas.json - All regions are accounted for."""
37 expected = set([
38 u'Norrbotten',
39 u'V\xe4sterbotten',