mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-06 06:43:42 +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
|
|
@ -5,7 +5,7 @@ import pickle
|
|||
from PIL import Image
|
||||
|
||||
from pysstv import color
|
||||
from common import get_asset_filename
|
||||
from pysstv.tests.common import get_asset_filename
|
||||
|
||||
|
||||
class TestMartinM1(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue