Fixed module loading in the Python Tests file.

This commit is contained in:
Jason Watkins
2015-08-20 08:55:18 -07:00
parent cd25ae5fcc
commit 73bafd2a7e
2 changed files with 3 additions and 1 deletions

View File

@@ -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."""