fix regression introduced in 06a9fee

This commit is contained in:
Philipp Klaus 2017-01-04 15:09:00 +01:00
parent 808cc4aeba
commit 0be29b69a9

View File

@ -7,7 +7,7 @@ This is a web service to print labels on Brother QL label printers.
import sys, logging, socket, os, functools, textwrap
from io import BytesIO
from bottle import run, route, response, request, jinja2_view as view, static_file, redirect
from bottle import run, route, get, post, response, request, jinja2_view as view, static_file, redirect
from PIL import Image, ImageDraw, ImageFont
from brother_ql.devicedependent import models, label_type_specs, label_sizes