From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sun, 15 May 2022 06:42:52 +0000
Subject: absolute-import

Forwarded: no

The code in the upstream development branch no longer contains the
portion of code that is modified by this patch.
---
 src/pykml/test/__init__.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/pykml/test/__init__.py b/src/pykml/test/__init__.py
index 2d926ca..857b393 100644
--- a/src/pykml/test/__init__.py
+++ b/src/pykml/test/__init__.py
@@ -1,9 +1,9 @@
 import unittest
 
-from test_factory import *
-from test_helpers import *
-from test_parser import *
-from test_util import *
+from .test_factory import *
+from .test_helpers import *
+from .test_parser import *
+from .test_util import *
 
 if __name__ == '__main__':
-    unittest.main()
\ No newline at end of file
+    unittest.main()
