mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-07 23:33:43 +00:00
use absolute imports for Python 3 compatibility
This commit is contained in:
parent
9ef2a5a8ca
commit
09df062547
4 changed files with 5 additions and 6 deletions
|
|
@ -4,8 +4,7 @@ from __future__ import print_function
|
|||
from PIL import Image
|
||||
from argparse import ArgumentParser
|
||||
from sys import stderr
|
||||
import color
|
||||
import grayscale
|
||||
from pysstv import color, grayscale
|
||||
|
||||
SSTV_MODULES = [color, grayscale]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue