mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] : make travis happy :)
This commit is contained in:
committed by
Enric Tobella
parent
cfd7664d89
commit
8554dc9f93
@@ -23,4 +23,4 @@
|
|||||||
# @author Adil Houmadi <ah@taktik.be>
|
# @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-Type', '%s' % mime_type),
|
||||||
('Content-Length', len(image_data)),
|
('Content-Length', len(image_data)),
|
||||||
]
|
]
|
||||||
return request.make_response(image_data, headers)
|
return request.make_response(image_data, headers)
|
||||||
|
|||||||
Reference in New Issue
Block a user