Merge lp:~xmo-deactivatedaccount/openobject-addons/deprecation-warnings into lp:openobject-addons/5.0

Proposed by Xavier (Open ERP)
Status: Merged
Merge reported by: Jay Vora (Serpent Consulting Services)
Merged at revision: not available
Proposed branch: lp:~xmo-deactivatedaccount/openobject-addons/deprecation-warnings
Merge into: lp:openobject-addons/5.0
Diff against target: 11 lines (+0/-1)
1 file modified
project/report/gantt_report.py (+0/-1)
To merge this branch: bzr merge lp:~xmo-deactivatedaccount/openobject-addons/deprecation-warnings
Reviewer Review Type Date Requested Status
Raphaël Valyi - http://www.akretion.com (community) Approve
Olivier Dony (Odoo) Pending
Review via email: mp+15417@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Xavier (Open ERP) (xmo-deactivatedaccount) wrote :

Unused import causing deprecation warning in python 2.6

Revision history for this message
Raphaël Valyi - http://www.akretion.com (rvalyi) wrote :

Hello, I approve the proposal.

review: Approve
Revision history for this message
Fabien (Open ERP) (fp-tinyerp) wrote :

I approve too.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'project/report/gantt_report.py'
2--- project/report/gantt_report.py 2009-01-04 22:12:50 +0000
3+++ project/report/gantt_report.py 2009-11-30 12:55:25 +0000
4@@ -20,7 +20,6 @@
5 #
6 ##############################################################################
7
8-from sets import Set
9 from mx.DateTime import *
10
11 import StringIO