[FIX] : make travis happy :)

pull/85/head
Adil Houmadi 2015-02-19 18:36:21 +01:00
parent 1002f04688
commit 4d41595758
2 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@
# @author Adil Houmadi <ah@taktik.be> # @author Adil Houmadi <ah@taktik.be>
# #
############################################################################## ##############################################################################
from . import controller from . import controller

View File

@ -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)