brother_ql.writer -> brother_ql.raster

This commit is contained in:
Philipp Klaus
2015-12-14 11:11:11 +01:00
parent 05ce83ebd8
commit 82b853d148
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import sys, argparse, logging
import numpy as np
from PIL import Image
from brother_ql.writer import BrotherQLRaster
from brother_ql.raster import BrotherQLRaster
def hex_format(data):
return ' '.join('{:02X}'.format(byte) for byte in data)