use absolute imports for Python 3 compatibility

This commit is contained in:
András Veres-Szentkirályi 2014-06-07 11:19:47 +02:00
parent 9ef2a5a8ca
commit 09df062547
4 changed files with 5 additions and 6 deletions

View file

@ -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):