Changeset 6:db83d19666dc for src/fs.py


Ignore:
Timestamp:
01/31/12 18:06:30 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

A bit of work on the constants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fs.py

    r5 r6  
    3232    FIXME: add info
    3333    """
    34     assert type==const.TYPE_MSFS9, "Only MS Flight Simulator 2004 is supported"
     34    assert type==const.SIM_MSFS9, "Only MS Flight Simulator 2004 is supported"
    3535    import fsuipc
    3636    return fsuipc.Simulator(connectionListener, aircraft)
Note: See TracChangeset for help on using the changeset viewer.