Skip to content

Commit

Permalink
[FIX] flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Jan 20, 2015
1 parent 75a2ad8 commit 378dcb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions website_backend_views/controllers/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
##############################################################################
from openerp import http, _


class Demo(http.Controller):
@http.route('/website_backend_views/demo/', auth='user', website=True)
def index(self, debug=False):
Expand Down
2 changes: 1 addition & 1 deletion website_backend_views/model/ir_qweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################
import simplejson
from lxml import etree
from openerp import models, fields, api, exceptions
from openerp import models


class IrQweb(models.Model):
Expand Down

0 comments on commit 378dcb8

Please sign in to comment.