Ignore:
Timestamp:
06/04/12 12:04:31 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added an OK button to the PIREP viewer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/const.py

    r220 r224  
    217217def flightType2string(flightType):
    218218    """Get the string equivalent of the given flight type."""
    219     print _flightTypeStrings
    220219    return _flightTypeStrings[flightType] \
    221220           if flightType in _flightTypeStrings else None   
Note: See TracChangeset for help on using the changeset viewer.