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

View File

@@ -6,8 +6,7 @@
<ProjectGuid>6931ebb2-4e01-4c5a-86b6-668c0e75051b</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>Tests.py</StartupFile>
<SearchPath>
</SearchPath>
<SearchPath>..\..\Python\src\</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>Tests</Name>