Merge lp:~syleam/openobject-client/5.0-pep0263-coding into lp:openobject-client/5.0

Proposed by Christophe CHAUVET
Status: Needs review
Proposed branch: lp:~syleam/openobject-client/5.0-pep0263-coding
Merge into: lp:openobject-client/5.0
Diff against target: None lines
To merge this branch: bzr merge lp:~syleam/openobject-client/5.0-pep0263-coding
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+5307@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

953. By Christophe CHAUVET

[FIX]
 * Fix the bad syntax for encoding python file
 * see PEP 0263 ( http://www.python.org/dev/peps/pep-0263/ )

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/common/__init__.py'
2--- bin/common/__init__.py 2009-01-04 22:13:17 +0000
3+++ bin/common/__init__.py 2009-04-07 20:00:21 +0000
4@@ -1,4 +1,4 @@
5-# -*- encoding: utf-8 -*-
6+# -*- coding: utf-8 -*-
7 ##############################################################################
8 #
9 # OpenERP, Open Source Management Solution
10
11=== modified file 'bin/common/common.py'
12--- bin/common/common.py 2009-03-13 16:43:12 +0000
13+++ bin/common/common.py 2009-04-07 20:00:21 +0000
14@@ -1,4 +1,4 @@
15-# -*- encoding: utf-8 -*-
16+# -*- coding: utf-8 -*-
17 ##############################################################################
18 #
19 # OpenERP, Open Source Management Solution
20
21=== modified file 'bin/modules/__init__.py'
22--- bin/modules/__init__.py 2009-01-04 22:13:17 +0000
23+++ bin/modules/__init__.py 2009-04-07 20:00:21 +0000
24@@ -1,4 +1,4 @@
25-# -*- encoding: utf-8 -*-
26+# -*- coding: utf-8 -*-
27 ##############################################################################
28 #
29 # OpenERP, Open Source Management Solution
30
31=== modified file 'bin/modules/action/__init__.py'
32--- bin/modules/action/__init__.py 2009-01-04 22:13:17 +0000
33+++ bin/modules/action/__init__.py 2009-04-07 20:00:21 +0000
34@@ -1,4 +1,4 @@
35-# -*- encoding: utf-8 -*-
36+# -*- coding: utf-8 -*-
37 ##############################################################################
38 #
39 # OpenERP, Open Source Management Solution
40
41=== modified file 'bin/modules/action/main.py'
42--- bin/modules/action/main.py 2009-04-06 11:24:33 +0000
43+++ bin/modules/action/main.py 2009-04-07 20:00:21 +0000
44@@ -1,4 +1,4 @@
45-# -*- encoding: utf-8 -*-
46+# -*- coding: utf-8 -*-
47 ##############################################################################
48 #
49 # OpenERP, Open Source Management Solution
50
51=== modified file 'bin/modules/action/wizard.py'
52--- bin/modules/action/wizard.py 2009-01-26 18:48:54 +0000
53+++ bin/modules/action/wizard.py 2009-04-07 20:00:21 +0000
54@@ -1,4 +1,4 @@
55-# -*- encoding: utf-8 -*-
56+# -*- coding: utf-8 -*-
57 ##############################################################################
58 #
59 # OpenERP, Open Source Management Solution
60
61=== modified file 'bin/modules/gui/__init__.py'
62--- bin/modules/gui/__init__.py 2009-01-04 22:13:17 +0000
63+++ bin/modules/gui/__init__.py 2009-04-07 20:00:21 +0000
64@@ -1,4 +1,4 @@
65-# -*- encoding: utf-8 -*-
66+# -*- coding: utf-8 -*-
67 ##############################################################################
68 #
69 # OpenERP, Open Source Management Solution
70
71=== modified file 'bin/modules/gui/main.py'
72--- bin/modules/gui/main.py 2009-02-12 09:49:36 +0000
73+++ bin/modules/gui/main.py 2009-04-07 20:00:21 +0000
74@@ -1,4 +1,4 @@
75-# -*- encoding: utf-8 -*-
76+# -*- coding: utf-8 -*-
77 ##############################################################################
78 #
79 # OpenERP, Open Source Management Solution
80
81=== modified file 'bin/modules/gui/window/__init__.py'
82--- bin/modules/gui/window/__init__.py 2009-01-04 22:13:17 +0000
83+++ bin/modules/gui/window/__init__.py 2009-04-07 20:00:21 +0000
84@@ -1,4 +1,4 @@
85-# -*- encoding: utf-8 -*-
86+# -*- coding: utf-8 -*-
87 ##############################################################################
88 #
89 # OpenERP, Open Source Management Solution
90
91=== modified file 'bin/modules/gui/window/form.py'
92--- bin/modules/gui/window/form.py 2009-03-15 19:12:47 +0000
93+++ bin/modules/gui/window/form.py 2009-04-07 20:00:21 +0000
94@@ -1,4 +1,4 @@
95-# -*- encoding: utf-8 -*-
96+# -*- coding: utf-8 -*-
97 ##############################################################################
98 #
99 # OpenERP, Open Source Management Solution
100
101=== modified file 'bin/modules/gui/window/tree.py'
102--- bin/modules/gui/window/tree.py 2009-01-04 22:13:17 +0000
103+++ bin/modules/gui/window/tree.py 2009-04-07 20:00:21 +0000
104@@ -1,4 +1,4 @@
105-# -*- encoding: utf-8 -*-
106+# -*- coding: utf-8 -*-
107 ##############################################################################
108 #
109 # OpenERP, Open Source Management Solution
110
111=== modified file 'bin/modules/gui/window/view_sel/__init__.py'
112--- bin/modules/gui/window/view_sel/__init__.py 2009-01-04 22:13:17 +0000
113+++ bin/modules/gui/window/view_sel/__init__.py 2009-04-07 20:00:21 +0000
114@@ -1,4 +1,4 @@
115-# -*- encoding: utf-8 -*-
116+# -*- coding: utf-8 -*-
117 ##############################################################################
118 #
119 # OpenERP, Open Source Management Solution
120
121=== modified file 'bin/modules/gui/window/view_tree/__init__.py'
122--- bin/modules/gui/window/view_tree/__init__.py 2009-01-04 22:13:17 +0000
123+++ bin/modules/gui/window/view_tree/__init__.py 2009-04-07 20:00:21 +0000
124@@ -1,4 +1,4 @@
125-# -*- encoding: utf-8 -*-
126+# -*- coding: utf-8 -*-
127 ##############################################################################
128 #
129 # OpenERP, Open Source Management Solution
130
131=== modified file 'bin/modules/gui/window/view_tree/parse.py'
132--- bin/modules/gui/window/view_tree/parse.py 2009-03-30 12:45:58 +0000
133+++ bin/modules/gui/window/view_tree/parse.py 2009-04-07 20:00:21 +0000
134@@ -1,4 +1,4 @@
135-# -*- encoding: utf-8 -*-
136+# -*- coding: utf-8 -*-
137 ##############################################################################
138 #
139 # OpenERP, Open Source Management Solution
140
141=== modified file 'bin/modules/gui/window/view_tree/view_tree.py'
142--- bin/modules/gui/window/view_tree/view_tree.py 2009-03-16 23:25:45 +0000
143+++ bin/modules/gui/window/view_tree/view_tree.py 2009-04-07 20:00:21 +0000
144@@ -1,4 +1,4 @@
145-# -*- encoding: utf-8 -*-
146+# -*- coding: utf-8 -*-
147 ##############################################################################
148 #
149 # OpenERP, Open Source Management Solution
150
151=== modified file 'bin/modules/gui/window/view_tree/view_tree_sc.py'
152--- bin/modules/gui/window/view_tree/view_tree_sc.py 2009-01-04 22:13:17 +0000
153+++ bin/modules/gui/window/view_tree/view_tree_sc.py 2009-04-07 20:00:21 +0000
154@@ -1,4 +1,4 @@
155-# -*- encoding: utf-8 -*-
156+# -*- coding: utf-8 -*-
157 ##############################################################################
158 #
159 # OpenERP, Open Source Management Solution
160
161=== modified file 'bin/modules/gui/window/win_export.py'
162--- bin/modules/gui/window/win_export.py 2009-04-06 13:46:33 +0000
163+++ bin/modules/gui/window/win_export.py 2009-04-07 20:00:21 +0000
164@@ -1,4 +1,4 @@
165-# -*- encoding: utf-8 -*-
166+# -*- coding: utf-8 -*-
167 ##############################################################################
168 #
169 # OpenERP, Open Source Management Solution
170
171=== modified file 'bin/modules/gui/window/win_extension.py'
172--- bin/modules/gui/window/win_extension.py 2009-01-04 22:13:17 +0000
173+++ bin/modules/gui/window/win_extension.py 2009-04-07 20:00:21 +0000
174@@ -1,4 +1,4 @@
175-# -*- encoding: utf-8 -*-
176+# -*- coding: utf-8 -*-
177 ##############################################################################
178 #
179 # OpenERP, Open Source Management Solution
180
181=== modified file 'bin/modules/gui/window/win_import.py'
182--- bin/modules/gui/window/win_import.py 2009-04-06 13:05:54 +0000
183+++ bin/modules/gui/window/win_import.py 2009-04-07 20:00:21 +0000
184@@ -1,4 +1,4 @@
185-# -*- encoding: utf-8 -*-
186+# -*- coding: utf-8 -*-
187 ##############################################################################
188 #
189 # OpenERP, Open Source Management Solution
190
191=== modified file 'bin/modules/gui/window/win_list.py'
192--- bin/modules/gui/window/win_list.py 2009-01-04 22:13:17 +0000
193+++ bin/modules/gui/window/win_list.py 2009-04-07 20:00:21 +0000
194@@ -1,4 +1,4 @@
195-# -*- encoding: utf-8 -*-
196+# -*- coding: utf-8 -*-
197 ##############################################################################
198 #
199 # OpenERP, Open Source Management Solution
200
201=== modified file 'bin/modules/gui/window/win_preference.py'
202--- bin/modules/gui/window/win_preference.py 2009-01-22 23:14:32 +0000
203+++ bin/modules/gui/window/win_preference.py 2009-04-07 20:00:21 +0000
204@@ -1,4 +1,4 @@
205-# -*- encoding: utf-8 -*-
206+# -*- coding: utf-8 -*-
207 ##############################################################################
208 #
209 # OpenERP, Open Source Management Solution
210
211=== modified file 'bin/modules/gui/window/win_search.py'
212--- bin/modules/gui/window/win_search.py 2009-02-04 12:35:59 +0000
213+++ bin/modules/gui/window/win_search.py 2009-04-07 20:00:21 +0000
214@@ -1,4 +1,4 @@
215-# -*- encoding: utf-8 -*-
216+# -*- coding: utf-8 -*-
217 ##############################################################################
218 #
219 # OpenERP, Open Source Management Solution
220
221=== modified file 'bin/modules/gui/window/win_selection.py'
222--- bin/modules/gui/window/win_selection.py 2009-01-04 22:13:17 +0000
223+++ bin/modules/gui/window/win_selection.py 2009-04-07 20:00:21 +0000
224@@ -1,4 +1,4 @@
225-# -*- encoding: utf-8 -*-
226+# -*- coding: utf-8 -*-
227 ##############################################################################
228 #
229 # OpenERP, Open Source Management Solution
230
231=== modified file 'bin/modules/spool/__init__.py'
232--- bin/modules/spool/__init__.py 2009-01-04 22:13:17 +0000
233+++ bin/modules/spool/__init__.py 2009-04-07 20:00:21 +0000
234@@ -1,4 +1,4 @@
235-# -*- encoding: utf-8 -*-
236+# -*- coding: utf-8 -*-
237 ##############################################################################
238 #
239 # OpenERP, Open Source Management Solution
240
241=== modified file 'bin/observator.py'
242--- bin/observator.py 2009-04-06 13:46:33 +0000
243+++ bin/observator.py 2009-04-07 20:00:21 +0000
244@@ -1,4 +1,4 @@
245-# -*- encoding: utf-8 -*-
246+# -*- coding: utf-8 -*-
247 ##############################################################################
248 #
249 # OpenERP, Open Source Management Solution
250
251=== modified file 'bin/openerp-client.py'
252--- bin/openerp-client.py 2009-02-02 14:48:35 +0000
253+++ bin/openerp-client.py 2009-04-07 20:00:21 +0000
254@@ -1,5 +1,5 @@
255 #!/usr/bin/python
256-# -*- encoding: utf-8 -*-
257+# -*- coding: utf-8 -*-
258 ##############################################################################
259 #
260 # OpenERP, Open Source Management Solution
261
262=== modified file 'bin/options.py'
263--- bin/options.py 2009-03-02 19:41:45 +0000
264+++ bin/options.py 2009-04-07 20:00:21 +0000
265@@ -1,4 +1,4 @@
266-# -*- encoding: utf-8 -*-
267+# -*- coding: utf-8 -*-
268 ##############################################################################
269 #
270 # OpenERP, Open Source Management Solution
271
272=== modified file 'bin/plugins/__init__.py'
273--- bin/plugins/__init__.py 2009-01-04 22:13:17 +0000
274+++ bin/plugins/__init__.py 2009-04-07 20:00:21 +0000
275@@ -1,4 +1,4 @@
276-# -*- encoding: utf-8 -*-
277+# -*- coding: utf-8 -*-
278 ##############################################################################
279 #
280 # OpenERP, Open Source Management Solution
281
282=== modified file 'bin/plugins/workflow_print/__init__.py'
283--- bin/plugins/workflow_print/__init__.py 2009-01-04 22:13:17 +0000
284+++ bin/plugins/workflow_print/__init__.py 2009-04-07 20:00:21 +0000
285@@ -1,4 +1,4 @@
286-# -*- encoding: utf-8 -*-
287+# -*- coding: utf-8 -*-
288 ##############################################################################
289 #
290 # OpenERP, Open Source Management Solution
291
292=== modified file 'bin/printer/__init__.py'
293--- bin/printer/__init__.py 2009-01-04 22:13:17 +0000
294+++ bin/printer/__init__.py 2009-04-07 20:00:21 +0000
295@@ -1,4 +1,4 @@
296-# -*- encoding: utf-8 -*-
297+# -*- coding: utf-8 -*-
298 ##############################################################################
299 #
300 # OpenERP, Open Source Management Solution
301
302=== modified file 'bin/printer/printer.py'
303--- bin/printer/printer.py 2009-01-14 13:12:44 +0000
304+++ bin/printer/printer.py 2009-04-07 20:00:21 +0000
305@@ -1,4 +1,4 @@
306-# -*- encoding: utf-8 -*-
307+# -*- coding: utf-8 -*-
308 ##############################################################################
309 #
310 # OpenERP, Open Source Management Solution
311
312=== modified file 'bin/release.py'
313--- bin/release.py 2009-02-13 14:02:47 +0000
314+++ bin/release.py 2009-04-07 20:00:21 +0000
315@@ -1,5 +1,5 @@
316 #!/usr/bin/env python
317-# -*- encoding: utf-8 -*-
318+# -*- coding: utf-8 -*-
319 ##############################################################################
320 #
321 # OpenERP, Open Source Management Solution
322
323=== modified file 'bin/rpc.py'
324--- bin/rpc.py 2009-04-06 13:05:54 +0000
325+++ bin/rpc.py 2009-04-07 20:00:21 +0000
326@@ -1,4 +1,4 @@
327-# -*- encoding: utf-8 -*-
328+# -*- coding: utf-8 -*-
329 ##############################################################################
330 #
331 # OpenERP, Open Source Management Solution
332
333=== modified file 'bin/service.py'
334--- bin/service.py 2009-01-04 22:13:17 +0000
335+++ bin/service.py 2009-04-07 20:00:21 +0000
336@@ -1,4 +1,4 @@
337-# -*- encoding: utf-8 -*-
338+# -*- coding: utf-8 -*-
339 ##############################################################################
340 #
341 # OpenERP, Open Source Management Solution
342
343=== modified file 'bin/signal_event.py'
344--- bin/signal_event.py 2009-01-04 22:13:17 +0000
345+++ bin/signal_event.py 2009-04-07 20:00:21 +0000
346@@ -1,4 +1,4 @@
347-# -*- encoding: utf-8 -*-
348+# -*- coding: utf-8 -*-
349 ##############################################################################
350 #
351 # OpenERP, Open Source Management Solution
352
353=== modified file 'bin/tiny_socket.py'
354--- bin/tiny_socket.py 2009-03-19 11:47:48 +0000
355+++ bin/tiny_socket.py 2009-04-07 20:00:21 +0000
356@@ -1,4 +1,4 @@
357-# -*- encoding: utf-8 -*-
358+# -*- coding: utf-8 -*-
359 ##############################################################################
360 #
361 # OpenERP, Open Source Management Solution
362
363=== modified file 'bin/tinygraph/__init__.py'
364--- bin/tinygraph/__init__.py 2009-01-04 22:13:17 +0000
365+++ bin/tinygraph/__init__.py 2009-04-07 20:00:21 +0000
366@@ -1,4 +1,4 @@
367-# -*- encoding: utf-8 -*-
368+# -*- coding: utf-8 -*-
369 ##############################################################################
370 #
371 # OpenERP, Open Source Management Solution
372
373=== modified file 'bin/tools/__init__.py'
374--- bin/tools/__init__.py 2009-03-23 12:10:50 +0000
375+++ bin/tools/__init__.py 2009-04-07 20:00:21 +0000
376@@ -1,4 +1,4 @@
377-# -*- encoding: utf-8 -*-
378+# -*- coding: utf-8 -*-
379 ##############################################################################
380 #
381 # OpenERP, Open Source Management Solution
382
383=== modified file 'bin/tools/datetime_util.py'
384--- bin/tools/datetime_util.py 2009-01-04 22:13:17 +0000
385+++ bin/tools/datetime_util.py 2009-04-07 20:00:21 +0000
386@@ -1,4 +1,4 @@
387-# -*- encoding: utf-8 -*-
388+# -*- coding: utf-8 -*-
389 ##############################################################################
390 #
391 # OpenERP, Open Source Management Solution
392
393=== modified file 'bin/tools/debug.py'
394--- bin/tools/debug.py 2009-01-15 12:51:22 +0000
395+++ bin/tools/debug.py 2009-04-07 20:00:21 +0000
396@@ -1,4 +1,4 @@
397-# -*- encoding: utf-8 -*-
398+# -*- coding: utf-8 -*-
399 ##############################################################################
400 #
401 # OpenERP, Open Source Management Solution
402
403=== modified file 'bin/tools/win32.py'
404--- bin/tools/win32.py 2009-01-04 22:13:17 +0000
405+++ bin/tools/win32.py 2009-04-07 20:00:21 +0000
406@@ -1,4 +1,4 @@
407-# -*- encoding: utf-8 -*-
408+# -*- coding: utf-8 -*-
409 ##############################################################################
410 #
411 # OpenERP, Open Source Management Solution
412
413=== modified file 'bin/translate.py'
414--- bin/translate.py 2009-01-06 21:56:18 +0000
415+++ bin/translate.py 2009-04-07 20:00:21 +0000
416@@ -1,4 +1,4 @@
417-# -*- encoding: utf-8 -*-
418+# -*- coding: utf-8 -*-
419 ##############################################################################
420 #
421 # OpenERP, Open Source Management Solution
422
423=== modified file 'bin/widget/__init__.py'
424--- bin/widget/__init__.py 2009-01-04 22:13:17 +0000
425+++ bin/widget/__init__.py 2009-04-07 20:00:21 +0000
426@@ -1,4 +1,4 @@
427-# -*- encoding: utf-8 -*-
428+# -*- coding: utf-8 -*-
429 ##############################################################################
430 #
431 # OpenERP, Open Source Management Solution
432
433=== modified file 'bin/widget/model/__init__.py'
434--- bin/widget/model/__init__.py 2009-01-04 22:13:17 +0000
435+++ bin/widget/model/__init__.py 2009-04-07 20:00:21 +0000
436@@ -1,4 +1,4 @@
437-# -*- encoding: utf-8 -*-
438+# -*- coding: utf-8 -*-
439 ##############################################################################
440 #
441 # OpenERP, Open Source Management Solution
442
443=== modified file 'bin/widget/model/field.py'
444--- bin/widget/model/field.py 2009-04-06 13:46:33 +0000
445+++ bin/widget/model/field.py 2009-04-07 20:00:21 +0000
446@@ -1,4 +1,4 @@
447-# -*- encoding: utf-8 -*-
448+# -*- coding: utf-8 -*-
449 ##############################################################################
450 #
451 # OpenERP, Open Source Management Solution
452
453=== modified file 'bin/widget/model/group.py'
454--- bin/widget/model/group.py 2009-04-06 13:46:33 +0000
455+++ bin/widget/model/group.py 2009-04-07 20:00:21 +0000
456@@ -1,4 +1,4 @@
457-# -*- encoding: utf-8 -*-
458+# -*- coding: utf-8 -*-
459 ##############################################################################
460 #
461 # OpenERP, Open Source Management Solution
462
463=== modified file 'bin/widget/model/record.py'
464--- bin/widget/model/record.py 2009-01-21 17:38:36 +0000
465+++ bin/widget/model/record.py 2009-04-07 20:00:21 +0000
466@@ -1,4 +1,4 @@
467-# -*- encoding: utf-8 -*-
468+# -*- coding: utf-8 -*-
469 ##############################################################################
470 #
471 # OpenERP, Open Source Management Solution
472
473=== modified file 'bin/widget/screen/__init__.py'
474--- bin/widget/screen/__init__.py 2009-01-04 22:13:17 +0000
475+++ bin/widget/screen/__init__.py 2009-04-07 20:00:21 +0000
476@@ -1,4 +1,4 @@
477-# -*- encoding: utf-8 -*-
478+# -*- coding: utf-8 -*-
479 ##############################################################################
480 #
481 # OpenERP, Open Source Management Solution
482
483=== modified file 'bin/widget/screen/screen.py'
484--- bin/widget/screen/screen.py 2009-03-23 12:10:50 +0000
485+++ bin/widget/screen/screen.py 2009-04-07 20:00:21 +0000
486@@ -1,4 +1,4 @@
487-# -*- encoding: utf-8 -*-
488+# -*- coding: utf-8 -*-
489 ##############################################################################
490 #
491 # OpenERP, Open Source Management Solution
492
493=== modified file 'bin/widget/view/__init__.py'
494--- bin/widget/view/__init__.py 2009-01-04 22:13:17 +0000
495+++ bin/widget/view/__init__.py 2009-04-07 20:00:21 +0000
496@@ -1,4 +1,4 @@
497-# -*- encoding: utf-8 -*-
498+# -*- coding: utf-8 -*-
499 ##############################################################################
500 #
501 # OpenERP, Open Source Management Solution
502
503=== modified file 'bin/widget/view/calendar.py'
504--- bin/widget/view/calendar.py 2009-01-04 22:13:17 +0000
505+++ bin/widget/view/calendar.py 2009-04-07 20:00:21 +0000
506@@ -1,4 +1,4 @@
507-# -*- encoding: utf-8 -*-
508+# -*- coding: utf-8 -*-
509 ##############################################################################
510 #
511 # OpenERP, Open Source Management Solution
512
513=== modified file 'bin/widget/view/calendar_gtk/__init__.py'
514--- bin/widget/view/calendar_gtk/__init__.py 2009-01-04 22:13:17 +0000
515+++ bin/widget/view/calendar_gtk/__init__.py 2009-04-07 20:00:21 +0000
516@@ -1,4 +1,4 @@
517-# -*- encoding: utf-8 -*-
518+# -*- coding: utf-8 -*-
519 ##############################################################################
520 #
521 # OpenERP, Open Source Management Solution
522
523=== modified file 'bin/widget/view/calendar_gtk/parser.py'
524--- bin/widget/view/calendar_gtk/parser.py 2009-02-09 15:49:21 +0000
525+++ bin/widget/view/calendar_gtk/parser.py 2009-04-07 20:00:21 +0000
526@@ -1,4 +1,4 @@
527-# -*- encoding: utf-8 -*-
528+# -*- coding: utf-8 -*-
529 ##############################################################################
530 #
531 # OpenERP, Open Source Management Solution
532
533=== modified file 'bin/widget/view/calendar_gtk/parser_dummy.py'
534--- bin/widget/view/calendar_gtk/parser_dummy.py 2009-01-04 22:13:17 +0000
535+++ bin/widget/view/calendar_gtk/parser_dummy.py 2009-04-07 20:00:21 +0000
536@@ -1,4 +1,4 @@
537-# -*- encoding: utf-8 -*-
538+# -*- coding: utf-8 -*-
539 ##############################################################################
540 #
541 # OpenERP, Open Source Management Solution
542
543=== modified file 'bin/widget/view/form.py'
544--- bin/widget/view/form.py 2009-01-04 22:13:17 +0000
545+++ bin/widget/view/form.py 2009-04-07 20:00:21 +0000
546@@ -1,4 +1,4 @@
547-# -*- encoding: utf-8 -*-
548+# -*- coding: utf-8 -*-
549 ##############################################################################
550 #
551 # OpenERP, Open Source Management Solution
552
553=== modified file 'bin/widget/view/form_gtk/__init__.py'
554--- bin/widget/view/form_gtk/__init__.py 2009-01-04 22:13:17 +0000
555+++ bin/widget/view/form_gtk/__init__.py 2009-04-07 20:00:21 +0000
556@@ -1,4 +1,4 @@
557-# -*- encoding: utf-8 -*-
558+# -*- coding: utf-8 -*-
559 ##############################################################################
560 #
561 # OpenERP, Open Source Management Solution
562
563=== modified file 'bin/widget/view/form_gtk/action.py'
564--- bin/widget/view/form_gtk/action.py 2009-01-04 22:13:17 +0000
565+++ bin/widget/view/form_gtk/action.py 2009-04-07 20:00:21 +0000
566@@ -1,4 +1,4 @@
567-# -*- encoding: utf-8 -*-
568+# -*- coding: utf-8 -*-
569 ##############################################################################
570 #
571 # OpenERP, Open Source Management Solution
572
573=== modified file 'bin/widget/view/form_gtk/binary.py'
574--- bin/widget/view/form_gtk/binary.py 2009-02-03 21:58:37 +0000
575+++ bin/widget/view/form_gtk/binary.py 2009-04-07 20:00:21 +0000
576@@ -1,4 +1,4 @@
577-# -*- encoding: utf-8 -*-
578+# -*- coding: utf-8 -*-
579 ##############################################################################
580 #
581 # OpenERP, Open Source Management Solution
582
583=== modified file 'bin/widget/view/form_gtk/button.py'
584--- bin/widget/view/form_gtk/button.py 2009-01-04 22:13:17 +0000
585+++ bin/widget/view/form_gtk/button.py 2009-04-07 20:00:21 +0000
586@@ -1,4 +1,4 @@
587-# -*- encoding: utf-8 -*-
588+# -*- coding: utf-8 -*-
589 ##############################################################################
590 #
591 # OpenERP, Open Source Management Solution
592
593=== modified file 'bin/widget/view/form_gtk/calendar.py'
594--- bin/widget/view/form_gtk/calendar.py 2009-04-02 14:04:54 +0000
595+++ bin/widget/view/form_gtk/calendar.py 2009-04-07 20:00:21 +0000
596@@ -1,4 +1,4 @@
597-# -*- encoding: utf-8 -*-
598+# -*- coding: utf-8 -*-
599 ##############################################################################
600 #
601 # OpenERP, Open Source Management Solution
602
603=== modified file 'bin/widget/view/form_gtk/char.py'
604--- bin/widget/view/form_gtk/char.py 2009-01-04 22:13:17 +0000
605+++ bin/widget/view/form_gtk/char.py 2009-04-07 20:00:21 +0000
606@@ -1,4 +1,4 @@
607-# -*- encoding: utf-8 -*-
608+# -*- coding: utf-8 -*-
609 ##############################################################################
610 #
611 # OpenERP, Open Source Management Solution
612
613=== modified file 'bin/widget/view/form_gtk/checkbox.py'
614--- bin/widget/view/form_gtk/checkbox.py 2009-01-04 22:13:17 +0000
615+++ bin/widget/view/form_gtk/checkbox.py 2009-04-07 20:00:21 +0000
616@@ -1,4 +1,4 @@
617-# -*- encoding: utf-8 -*-
618+# -*- coding: utf-8 -*-
619 ##############################################################################
620 #
621 # OpenERP, Open Source Management Solution
622
623=== modified file 'bin/widget/view/form_gtk/date_widget.py'
624--- bin/widget/view/form_gtk/date_widget.py 2009-01-26 22:26:20 +0000
625+++ bin/widget/view/form_gtk/date_widget.py 2009-04-07 20:00:21 +0000
626@@ -1,4 +1,4 @@
627-# -*- encoding: utf-8 -*-
628+# -*- coding: utf-8 -*-
629 ##############################################################################
630 #
631 # OpenERP, Open Source Management Solution
632
633=== modified file 'bin/widget/view/form_gtk/float_time.py'
634--- bin/widget/view/form_gtk/float_time.py 2009-01-04 22:13:17 +0000
635+++ bin/widget/view/form_gtk/float_time.py 2009-04-07 20:00:21 +0000
636@@ -1,4 +1,4 @@
637-# -*- encoding: utf-8 -*-
638+# -*- coding: utf-8 -*-
639 ##############################################################################
640 #
641 # OpenERP, Open Source Management Solution
642
643=== modified file 'bin/widget/view/form_gtk/image.py'
644--- bin/widget/view/form_gtk/image.py 2009-02-03 14:52:43 +0000
645+++ bin/widget/view/form_gtk/image.py 2009-04-07 20:00:21 +0000
646@@ -1,4 +1,4 @@
647-# -*- encoding: utf-8 -*-
648+# -*- coding: utf-8 -*-
649 ##############################################################################
650 #
651 # OpenERP, Open Source Management Solution
652
653=== modified file 'bin/widget/view/form_gtk/interface.py'
654--- bin/widget/view/form_gtk/interface.py 2009-01-04 22:13:17 +0000
655+++ bin/widget/view/form_gtk/interface.py 2009-04-07 20:00:21 +0000
656@@ -1,4 +1,4 @@
657-# -*- encoding: utf-8 -*-
658+# -*- coding: utf-8 -*-
659 ##############################################################################
660 #
661 # OpenERP, Open Source Management Solution
662
663=== modified file 'bin/widget/view/form_gtk/many2many.py'
664--- bin/widget/view/form_gtk/many2many.py 2009-03-02 10:54:04 +0000
665+++ bin/widget/view/form_gtk/many2many.py 2009-04-07 20:00:21 +0000
666@@ -1,4 +1,4 @@
667-# -*- encoding: utf-8 -*-
668+# -*- coding: utf-8 -*-
669 ##############################################################################
670 #
671 # OpenERP, Open Source Management Solution
672
673=== modified file 'bin/widget/view/form_gtk/many2one.py'
674--- bin/widget/view/form_gtk/many2one.py 2009-02-02 12:06:26 +0000
675+++ bin/widget/view/form_gtk/many2one.py 2009-04-07 20:00:21 +0000
676@@ -1,4 +1,4 @@
677-# -*- encoding: utf-8 -*-
678+# -*- coding: utf-8 -*-
679 ##############################################################################
680 #
681 # OpenERP, Open Source Management Solution
682
683=== modified file 'bin/widget/view/form_gtk/one2many_list.py'
684--- bin/widget/view/form_gtk/one2many_list.py 2009-01-04 22:13:17 +0000
685+++ bin/widget/view/form_gtk/one2many_list.py 2009-04-07 20:00:21 +0000
686@@ -1,4 +1,4 @@
687-# -*- encoding: utf-8 -*-
688+# -*- coding: utf-8 -*-
689 ##############################################################################
690 #
691 # OpenERP, Open Source Management Solution
692
693=== modified file 'bin/widget/view/form_gtk/parser.py'
694--- bin/widget/view/form_gtk/parser.py 2009-03-15 19:12:47 +0000
695+++ bin/widget/view/form_gtk/parser.py 2009-04-07 20:00:21 +0000
696@@ -1,4 +1,4 @@
697-# -*- encoding: utf-8 -*-
698+# -*- coding: utf-8 -*-
699 ##############################################################################
700 #
701 # OpenERP, Open Source Management Solution
702
703=== modified file 'bin/widget/view/form_gtk/picture.py'
704--- bin/widget/view/form_gtk/picture.py 2009-02-03 16:11:02 +0000
705+++ bin/widget/view/form_gtk/picture.py 2009-04-07 20:00:21 +0000
706@@ -1,4 +1,4 @@
707-# -*- encoding: utf-8 -*-
708+# -*- coding: utf-8 -*-
709 ##############################################################################
710 #
711 # OpenERP, Open Source Management Solution
712
713=== modified file 'bin/widget/view/form_gtk/progressbar.py'
714--- bin/widget/view/form_gtk/progressbar.py 2009-01-04 22:13:17 +0000
715+++ bin/widget/view/form_gtk/progressbar.py 2009-04-07 20:00:21 +0000
716@@ -1,4 +1,4 @@
717-# -*- encoding: utf-8 -*-
718+# -*- coding: utf-8 -*-
719 ##############################################################################
720 #
721 # OpenERP, Open Source Management Solution
722
723=== modified file 'bin/widget/view/form_gtk/reference.py'
724--- bin/widget/view/form_gtk/reference.py 2009-01-04 22:13:17 +0000
725+++ bin/widget/view/form_gtk/reference.py 2009-04-07 20:00:21 +0000
726@@ -1,4 +1,4 @@
727-# -*- encoding: utf-8 -*-
728+# -*- coding: utf-8 -*-
729 ##############################################################################
730 #
731 # OpenERP, Open Source Management Solution
732
733=== modified file 'bin/widget/view/form_gtk/selection.py'
734--- bin/widget/view/form_gtk/selection.py 2009-01-21 12:49:56 +0000
735+++ bin/widget/view/form_gtk/selection.py 2009-04-07 20:00:21 +0000
736@@ -1,4 +1,4 @@
737-# -*- encoding: utf-8 -*-
738+# -*- coding: utf-8 -*-
739 ##############################################################################
740 #
741 # OpenERP, Open Source Management Solution
742
743=== modified file 'bin/widget/view/form_gtk/spinbutton.py'
744--- bin/widget/view/form_gtk/spinbutton.py 2009-01-04 22:13:17 +0000
745+++ bin/widget/view/form_gtk/spinbutton.py 2009-04-07 20:00:21 +0000
746@@ -1,4 +1,4 @@
747-# -*- encoding: utf-8 -*-
748+# -*- coding: utf-8 -*-
749 ##############################################################################
750 #
751 # OpenERP, Open Source Management Solution
752
753=== modified file 'bin/widget/view/form_gtk/spinint.py'
754--- bin/widget/view/form_gtk/spinint.py 2009-01-04 22:13:17 +0000
755+++ bin/widget/view/form_gtk/spinint.py 2009-04-07 20:00:21 +0000
756@@ -1,4 +1,4 @@
757-# -*- encoding: utf-8 -*-
758+# -*- coding: utf-8 -*-
759 ##############################################################################
760 #
761 # OpenERP, Open Source Management Solution
762
763=== modified file 'bin/widget/view/form_gtk/textbox.py'
764--- bin/widget/view/form_gtk/textbox.py 2009-01-04 22:13:17 +0000
765+++ bin/widget/view/form_gtk/textbox.py 2009-04-07 20:00:21 +0000
766@@ -1,4 +1,4 @@
767-# -*- encoding: utf-8 -*-
768+# -*- coding: utf-8 -*-
769 ##############################################################################
770 #
771 # OpenERP, Open Source Management Solution
772
773=== modified file 'bin/widget/view/form_gtk/textbox_tag.py'
774--- bin/widget/view/form_gtk/textbox_tag.py 2009-01-06 21:56:18 +0000
775+++ bin/widget/view/form_gtk/textbox_tag.py 2009-04-07 20:00:21 +0000
776@@ -1,4 +1,4 @@
777-# -*- encoding: utf-8 -*-
778+# -*- coding: utf-8 -*-
779 ##############################################################################
780 #
781 # OpenERP, Open Source Management Solution
782
783=== modified file 'bin/widget/view/form_gtk/url.py'
784--- bin/widget/view/form_gtk/url.py 2009-01-04 22:13:17 +0000
785+++ bin/widget/view/form_gtk/url.py 2009-04-07 20:00:21 +0000
786@@ -1,4 +1,4 @@
787-# -*- encoding: utf-8 -*-
788+# -*- coding: utf-8 -*-
789 ##############################################################################
790 #
791 # OpenERP, Open Source Management Solution
792
793=== modified file 'bin/widget/view/form_gtk/wid_common.py'
794--- bin/widget/view/form_gtk/wid_common.py 2009-01-04 22:13:17 +0000
795+++ bin/widget/view/form_gtk/wid_common.py 2009-04-07 20:00:21 +0000
796@@ -1,4 +1,4 @@
797-# -*- encoding: utf-8 -*-
798+# -*- coding: utf-8 -*-
799 ##############################################################################
800 #
801 # OpenERP, Open Source Management Solution
802
803=== modified file 'bin/widget/view/gantt.py'
804--- bin/widget/view/gantt.py 2009-01-04 22:13:17 +0000
805+++ bin/widget/view/gantt.py 2009-04-07 20:00:21 +0000
806@@ -1,4 +1,4 @@
807-# -*- encoding: utf-8 -*-
808+# -*- coding: utf-8 -*-
809 ##############################################################################
810 #
811 # OpenERP, Open Source Management Solution
812
813=== modified file 'bin/widget/view/gantt_gtk/__init__.py'
814--- bin/widget/view/gantt_gtk/__init__.py 2009-01-04 22:13:17 +0000
815+++ bin/widget/view/gantt_gtk/__init__.py 2009-04-07 20:00:21 +0000
816@@ -1,4 +1,4 @@
817-# -*- encoding: utf-8 -*-
818+# -*- coding: utf-8 -*-
819 ##############################################################################
820 #
821 # OpenERP, Open Source Management Solution
822
823=== modified file 'bin/widget/view/gantt_gtk/parser_dummy.py'
824--- bin/widget/view/gantt_gtk/parser_dummy.py 2009-01-04 22:13:17 +0000
825+++ bin/widget/view/gantt_gtk/parser_dummy.py 2009-04-07 20:00:21 +0000
826@@ -1,4 +1,4 @@
827-# -*- encoding: utf-8 -*-
828+# -*- coding: utf-8 -*-
829 ##############################################################################
830 #
831 # OpenERP, Open Source Management Solution
832
833=== modified file 'bin/widget/view/graph.py'
834--- bin/widget/view/graph.py 2009-01-04 22:13:17 +0000
835+++ bin/widget/view/graph.py 2009-04-07 20:00:21 +0000
836@@ -1,4 +1,4 @@
837-# -*- encoding: utf-8 -*-
838+# -*- coding: utf-8 -*-
839 ##############################################################################
840 #
841 # OpenERP, Open Source Management Solution
842
843=== modified file 'bin/widget/view/graph_gtk/__init__.py'
844--- bin/widget/view/graph_gtk/__init__.py 2009-01-04 22:13:17 +0000
845+++ bin/widget/view/graph_gtk/__init__.py 2009-04-07 20:00:21 +0000
846@@ -1,4 +1,4 @@
847-# -*- encoding: utf-8 -*-
848+# -*- coding: utf-8 -*-
849 ##############################################################################
850 #
851 # OpenERP, Open Source Management Solution
852
853=== modified file 'bin/widget/view/graph_gtk/graph.py'
854--- bin/widget/view/graph_gtk/graph.py 2009-03-16 23:25:45 +0000
855+++ bin/widget/view/graph_gtk/graph.py 2009-04-07 20:00:21 +0000
856@@ -1,4 +1,4 @@
857-# -*- encoding: utf-8 -*-
858+# -*- coding: utf-8 -*-
859 ##############################################################################
860 #
861 # OpenERP, Open Source Management Solution
862
863=== modified file 'bin/widget/view/graph_gtk/parser.py'
864--- bin/widget/view/graph_gtk/parser.py 2009-01-04 22:13:17 +0000
865+++ bin/widget/view/graph_gtk/parser.py 2009-04-07 20:00:21 +0000
866@@ -1,4 +1,4 @@
867-# -*- encoding: utf-8 -*-
868+# -*- coding: utf-8 -*-
869 ##############################################################################
870 #
871 # OpenERP, Open Source Management Solution
872
873=== modified file 'bin/widget/view/interface.py'
874--- bin/widget/view/interface.py 2009-01-04 22:13:17 +0000
875+++ bin/widget/view/interface.py 2009-04-07 20:00:21 +0000
876@@ -1,4 +1,4 @@
877-# -*- encoding: utf-8 -*-
878+# -*- coding: utf-8 -*-
879 ##############################################################################
880 #
881 # OpenERP, Open Source Management Solution
882
883=== modified file 'bin/widget/view/list.py'
884--- bin/widget/view/list.py 2009-03-30 12:45:33 +0000
885+++ bin/widget/view/list.py 2009-04-07 20:00:21 +0000
886@@ -1,4 +1,4 @@
887-# -*- encoding: utf-8 -*-
888+# -*- coding: utf-8 -*-
889 ##############################################################################
890 #
891 # OpenERP, Open Source Management Solution
892
893=== modified file 'bin/widget/view/screen_container.py'
894--- bin/widget/view/screen_container.py 2009-01-04 22:13:17 +0000
895+++ bin/widget/view/screen_container.py 2009-04-07 20:00:21 +0000
896@@ -1,4 +1,4 @@
897-# -*- encoding: utf-8 -*-
898+# -*- coding: utf-8 -*-
899 ##############################################################################
900 #
901 # OpenERP, Open Source Management Solution
902
903=== modified file 'bin/widget/view/tree_gtk/__init__.py'
904--- bin/widget/view/tree_gtk/__init__.py 2009-01-04 22:13:17 +0000
905+++ bin/widget/view/tree_gtk/__init__.py 2009-04-07 20:00:21 +0000
906@@ -1,4 +1,4 @@
907-# -*- encoding: utf-8 -*-
908+# -*- coding: utf-8 -*-
909 ##############################################################################
910 #
911 # OpenERP, Open Source Management Solution
912
913=== modified file 'bin/widget/view/tree_gtk/date_renderer.py'
914--- bin/widget/view/tree_gtk/date_renderer.py 2009-01-04 22:13:17 +0000
915+++ bin/widget/view/tree_gtk/date_renderer.py 2009-04-07 20:00:21 +0000
916@@ -1,4 +1,4 @@
917-# -*- encoding: utf-8 -*-
918+# -*- coding: utf-8 -*-
919 ##############################################################################
920 #
921 # OpenERP, Open Source Management Solution
922
923=== modified file 'bin/widget/view/tree_gtk/decoratedtree.py'
924--- bin/widget/view/tree_gtk/decoratedtree.py 2009-01-04 22:13:17 +0000
925+++ bin/widget/view/tree_gtk/decoratedtree.py 2009-04-07 20:00:21 +0000
926@@ -1,4 +1,4 @@
927-# -*- encoding: utf-8 -*-
928+# -*- coding: utf-8 -*-
929 ##############################################################################
930 #
931 # OpenERP, Open Source Management Solution
932
933=== modified file 'bin/widget/view/tree_gtk/editabletree.py'
934--- bin/widget/view/tree_gtk/editabletree.py 2009-01-26 22:26:20 +0000
935+++ bin/widget/view/tree_gtk/editabletree.py 2009-04-07 20:00:21 +0000
936@@ -1,4 +1,4 @@
937-# -*- encoding: utf-8 -*-
938+# -*- coding: utf-8 -*-
939 ##############################################################################
940 #
941 # OpenERP, Open Source Management Solution
942
943=== modified file 'bin/widget/view/tree_gtk/parser.py'
944--- bin/widget/view/tree_gtk/parser.py 2009-04-01 09:57:27 +0000
945+++ bin/widget/view/tree_gtk/parser.py 2009-04-07 20:00:21 +0000
946@@ -1,4 +1,4 @@
947-# -*- encoding: utf-8 -*-
948+# -*- coding: utf-8 -*-
949 ##############################################################################
950 #
951 # OpenERP, Open Source Management Solution
952
953=== modified file 'bin/widget/view/widget_parse.py'
954--- bin/widget/view/widget_parse.py 2009-01-04 22:13:17 +0000
955+++ bin/widget/view/widget_parse.py 2009-04-07 20:00:21 +0000
956@@ -1,4 +1,4 @@
957-# -*- encoding: utf-8 -*-
958+# -*- coding: utf-8 -*-
959 ##############################################################################
960 #
961 # OpenERP, Open Source Management Solution
962
963=== modified file 'bin/widget_search/__init__.py'
964--- bin/widget_search/__init__.py 2009-01-04 22:13:17 +0000
965+++ bin/widget_search/__init__.py 2009-04-07 20:00:21 +0000
966@@ -1,4 +1,4 @@
967-# -*- encoding: utf-8 -*-
968+# -*- coding: utf-8 -*-
969 ##############################################################################
970 #
971 # OpenERP, Open Source Management Solution
972
973=== modified file 'bin/widget_search/calendar.py'
974--- bin/widget_search/calendar.py 2009-01-04 22:13:17 +0000
975+++ bin/widget_search/calendar.py 2009-04-07 20:00:21 +0000
976@@ -1,4 +1,4 @@
977-# -*- encoding: utf-8 -*-
978+# -*- coding: utf-8 -*-
979 ##############################################################################
980 #
981 # OpenERP, Open Source Management Solution
982
983=== modified file 'bin/widget_search/char.py'
984--- bin/widget_search/char.py 2009-01-04 22:13:17 +0000
985+++ bin/widget_search/char.py 2009-04-07 20:00:21 +0000
986@@ -1,4 +1,4 @@
987-# -*- encoding: utf-8 -*-
988+# -*- coding: utf-8 -*-
989 ##############################################################################
990 #
991 # OpenERP, Open Source Management Solution
992
993=== modified file 'bin/widget_search/checkbox.py'
994--- bin/widget_search/checkbox.py 2009-01-04 22:13:17 +0000
995+++ bin/widget_search/checkbox.py 2009-04-07 20:00:21 +0000
996@@ -1,4 +1,4 @@
997-# -*- encoding: utf-8 -*-
998+# -*- coding: utf-8 -*-
999 ##############################################################################
1000 #
1001 # OpenERP, Open Source Management Solution
1002
1003=== modified file 'bin/widget_search/date_widget.py'
1004--- bin/widget_search/date_widget.py 2009-01-16 11:20:16 +0000
1005+++ bin/widget_search/date_widget.py 2009-04-07 20:00:21 +0000
1006@@ -1,4 +1,4 @@
1007-# -*- encoding: utf-8 -*-
1008+# -*- coding: utf-8 -*-
1009 ##############################################################################
1010 #
1011 # OpenERP, Open Source Management Solution
1012
1013=== modified file 'bin/widget_search/form.py'
1014--- bin/widget_search/form.py 2009-01-04 22:13:17 +0000
1015+++ bin/widget_search/form.py 2009-04-07 20:00:21 +0000
1016@@ -1,4 +1,4 @@
1017-# -*- encoding: utf-8 -*-
1018+# -*- coding: utf-8 -*-
1019 ##############################################################################
1020 #
1021 # OpenERP, Open Source Management Solution
1022
1023=== modified file 'bin/widget_search/reference.py'
1024--- bin/widget_search/reference.py 2009-01-04 22:13:17 +0000
1025+++ bin/widget_search/reference.py 2009-04-07 20:00:21 +0000
1026@@ -1,4 +1,4 @@
1027-# -*- encoding: utf-8 -*-
1028+# -*- coding: utf-8 -*-
1029 ##############################################################################
1030 #
1031 # OpenERP, Open Source Management Solution
1032
1033=== modified file 'bin/widget_search/selection.py'
1034--- bin/widget_search/selection.py 2009-01-04 22:13:17 +0000
1035+++ bin/widget_search/selection.py 2009-04-07 20:00:21 +0000
1036@@ -1,4 +1,4 @@
1037-# -*- encoding: utf-8 -*-
1038+# -*- coding: utf-8 -*-
1039 ##############################################################################
1040 #
1041 # OpenERP, Open Source Management Solution
1042
1043=== modified file 'bin/widget_search/spinbutton.py'
1044--- bin/widget_search/spinbutton.py 2009-01-04 22:13:17 +0000
1045+++ bin/widget_search/spinbutton.py 2009-04-07 20:00:21 +0000
1046@@ -1,4 +1,4 @@
1047-# -*- encoding: utf-8 -*-
1048+# -*- coding: utf-8 -*-
1049 ##############################################################################
1050 #
1051 # OpenERP, Open Source Management Solution
1052
1053=== modified file 'bin/widget_search/spinint.py'
1054--- bin/widget_search/spinint.py 2009-01-04 22:13:17 +0000
1055+++ bin/widget_search/spinint.py 2009-04-07 20:00:21 +0000
1056@@ -1,4 +1,4 @@
1057-# -*- encoding: utf-8 -*-
1058+# -*- coding: utf-8 -*-
1059 ##############################################################################
1060 #
1061 # OpenERP, Open Source Management Solution
1062
1063=== modified file 'bin/widget_search/wid_int.py'
1064--- bin/widget_search/wid_int.py 2009-01-04 22:13:17 +0000
1065+++ bin/widget_search/wid_int.py 2009-04-07 20:00:21 +0000
1066@@ -1,4 +1,4 @@
1067-# -*- encoding: utf-8 -*-
1068+# -*- coding: utf-8 -*-
1069 ##############################################################################
1070 #
1071 # OpenERP, Open Source Management Solution
1072
1073=== modified file 'setup.py'
1074--- setup.py 2009-01-25 22:19:28 +0000
1075+++ setup.py 2009-04-07 20:00:21 +0000
1076@@ -1,5 +1,5 @@
1077 #!/usr/bin/env python
1078-# -*- encoding: utf-8 -*-
1079+# -*- coding: utf-8 -*-
1080 ##############################################################################
1081 #
1082 # OpenERP, Open Source Management Solution