~vauxoo/addons-vauxoo/jose-acceptability-criterial-buttons

« back to all changes in this revision

Viewing changes to project_image/model/project_image.py

  • Committer: Moises Lopez
  • Date: 2014-09-29 18:59:53 UTC
  • mfrom: (1137.1.2 70-addons-vauxoo)
  • Revision ID: moylop260@vauxoo.com-20140929185953-zc2m8l4890jsa7pc
[FIX] Fix unused-import with autoflake

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
 
3
 
from openerp.osv import fields
4
 
from openerp.osv import osv
 
3
from openerp.osv import osv, fields
5
4
 
6
5
 
7
6
class project_project_inherit_image(osv.Model):