mirror of https://github.com/OCA/web.git
[FIX] : make travis happy :)
parent
1002f04688
commit
4d41595758
|
@ -23,4 +23,4 @@
|
|||
# @author Adil Houmadi <ah@taktik.be>
|
||||
#
|
||||
##############################################################################
|
||||
from . import controller
|
||||
from . import controller
|
||||
|
|
|
@ -58,4 +58,4 @@ class JsColor(http.Controller):
|
|||
('Content-Type', '%s' % mime_type),
|
||||
('Content-Length', len(image_data)),
|
||||
]
|
||||
return request.make_response(image_data, headers)
|
||||
return request.make_response(image_data, headers)
|
||||
|
|
Loading…
Reference in New Issue