Renamed Python client file to decrease ambiguity.

- File and class name no longer conflict.
 - Better matches the structure of Java client.
This commit is contained in:
Jason Watkins
2015-05-05 14:47:39 -07:00
parent 8a0efd6c76
commit 24768ff140
4 changed files with 7 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import unittest
import imp
import time
xpc = imp.load_source('xplaneConnect', '../../Python/src/xplaneConnect.py')
import xpc
class XPCTests(unittest.TestCase):
"""Tests the functionality of the XPlaneConnect class."""