Mercurial > code > home > repos > light9
comparison light8/patchdata2.py @ 206:851cf44cea40
rename clientid and allow it as an argument
author | drewp |
---|---|
date | Sun, 10 Apr 2005 15:13:48 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
205:3905d3c92aaa | 206:851cf44cea40 |
---|---|
1 patch = { | |
2 | |
3 # ('side l','sidepost1') : 45, # posts | |
4 | |
5 'oran1':21, 'oran2':25, 'oran3':29, 'oran4':33, | |
6 'gree1':22, 'gree2':26, 'gree3':30, 'gree4':34, | |
7 'blue1':23, 'blue2':27, 'blue3':31, 'blue4':35, | |
8 'red1' :24, 'red2' :28, 'red3' :32, 'red4' :36, | |
9 | |
10 ('edge-l',) : 52, | |
11 ('edge-r',) : 64, | |
12 | |
13 ('red-c',) : 53, | |
14 | |
15 ('stairs-c',) : 55, | |
16 ('sharlyn-c',) : 60, | |
17 | |
18 ('floor1',) : 59, | |
19 ('floor2',) : 57, | |
20 ('floor3',) : 56, | |
21 ('floor4',) : 62, | |
22 | |
23 ('deep1',) : 51, | |
24 ('deep2',) : 54, | |
25 ('deep3-red',) : 65, | |
26 ('deep4',) : 63, | |
27 ('deep5',) : 50, | |
28 ('deep6',) : 49, | |
29 ('deep7-warm',) : 66, | |
30 | |
31 'post-l':45, | |
32 'post-r':46, | |
33 | |
34 'down-front-sides':16, | |
35 'down-front-c':18, | |
36 'down-l':13, | |
37 'down-r':14, | |
38 'down-back1':39, | |
39 'down-back2':40, | |
40 | |
41 'front1':2, | |
42 'front2':3, | |
43 'front3':4, | |
44 'front4':5, | |
45 'front5':9, | |
46 'front6':11, | |
47 'front7':8, | |
48 'front8':12, | |
49 | |
50 | |
51 'cyc' : 44, | |
52 | |
53 'blacklight':61, | |
54 'house':68, | |
55 | |
56 } |