diff --git a/test.py b/test.py index 4ef289ff..eb9b6783 100644 --- a/test.py +++ b/test.py @@ -2,9 +2,9 @@ import logging import unittest -from shared_utils import * from parse import * +from shared_utils import * class EncodingLineTest(unittest.TestCase):