diff --git a/TestScripts/Python3 Tests/Tests.py b/TestScripts/Python3 Tests/Tests.py index 41e2bd4e..56e97e84 100644 --- a/TestScripts/Python3 Tests/Tests.py +++ b/TestScripts/Python3 Tests/Tests.py @@ -4,7 +4,7 @@ import time from importlib.machinery import SourceFileLoader -xpc = SourceFileLoader('xpc', '../../Python3/src/xpc.py').load_module() +xpc = SourceFileLoader('xpc', '../../Python3/src/xpc/__init__.py').load_module() class XPCTests(unittest.TestCase): """Tests the functionality of the XPlaneConnect class."""