mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-19 05:03:43 +00:00
updated examples to use absolute import
This commit is contained in:
parent
bb0ce04554
commit
1b895577a9
3 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ http://vsza.hu/c6fa52b2c7b20320bdab2da15877f0efbd466e67d37c8d124a557367de9380da.
|
|||
"""
|
||||
|
||||
from PIL import Image, ImageFont, ImageDraw
|
||||
from grayscale import Robot8BW
|
||||
from pysstv.grayscale import Robot8BW
|
||||
|
||||
img = Image.open("160x120bw.png")
|
||||
font = ImageFont.load_default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue