Adil Houmadi
10 years ago
committed by
Enric Tobella
No known key found for this signature in database
GPG Key ID: 1A2546A1B7BA2451
2 changed files with
2 additions and
2 deletions
-
web_widget_color/__init__.py
-
web_widget_color/controller.py
|
|
@ -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) |