Fixed module loading in the Python Tests file.
This commit is contained in:
@@ -3,7 +3,7 @@ import unittest
|
||||
import imp
|
||||
import time
|
||||
|
||||
import xpc
|
||||
xpc = imp.load_source('xpc', '../../Python/src/xpc.py')
|
||||
|
||||
class XPCTests(unittest.TestCase):
|
||||
"""Tests the functionality of the XPlaneConnect class."""
|
||||
|
||||
Reference in New Issue
Block a user