Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fs.py

    r420 r408  
    33from sound import startSound
    44
    5 import os
    6 
    7 if os.name=="nt" or "FORCE_PYUIPC_SIM" in os.environ:
    8     import fsuipc as sim
    9 else:
    10     import xplane as sim
    11 
     5import fsuipc
    126import threading
    137import time
     
    6458    assert type in [const.SIM_MSFS9, const.SIM_MSFSX], \
    6559           "Only MS Flight Simulator 2004 and X are supported"
    66     return sim.Simulator(connectionListener, connectAttempts = 3)
     60    return fsuipc.Simulator(connectionListener, connectAttempts = 3)
    6761
    6862#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.