mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-06 14:53: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
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import division
|
||||
from sstv import SSTV, byte_to_freq
|
||||
from pysstv.sstv import SSTV, byte_to_freq
|
||||
|
||||
|
||||
class GrayscaleSSTV(SSTV):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue