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:
@@ -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."""
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user