Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed May 20, 2017
1 parent b2f1bb0 commit f1e7976
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
3 changes: 0 additions & 3 deletions mail_environment/env_mail.py
Expand Up @@ -99,8 +99,6 @@ def _get_smtp_conf(self, cursor, uid, ids, name, args, context=None):
"through a dedicated port (default: 465)",
size=64)}

IrMail()


class FetchmailServer(osv.osv):
"""Incoming POP/IMAP mail server account"""
Expand Down Expand Up @@ -231,4 +229,3 @@ def _type_search(self, cr, uid, obj, name, args, context=None):
type="char",
multi='income_mail_config',
size=64)}
FetchmailServer()
5 changes: 0 additions & 5 deletions mass_editing/mass_editing.py
Expand Up @@ -44,8 +44,6 @@ def search(
cr, uid, model_domain, offset=offset, limit=limit, order=order,
context=context, count=count)

ir_model_fields()


class mass_object(orm.Model):
_name = "mass.object"
Expand Down Expand Up @@ -145,6 +143,3 @@ def copy(self, cr, uid, record_id, default=None, context=None):
default.update({'name': '', 'field_ids': []})
return super(mass_object, self).copy(
cr, uid, record_id, default, context)

mass_object()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
3 changes: 0 additions & 3 deletions mass_editing/wizard/mass_editing_wizard.py
Expand Up @@ -211,6 +211,3 @@ def create(self, cr, uid, vals, context=None):

def action_apply(self, cr, uid, ids, context=None):
return {'type': 'ir.actions.act_window_close'}

mass_editing_wizard()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
1 change: 1 addition & 0 deletions server_environment/serv_config.py
Expand Up @@ -100,6 +100,7 @@ def _load_config():

return config_p


serv_config = _load_config()


Expand Down

0 comments on commit f1e7976

Please sign in to comment.