Ignore:
Timestamp:
07/21/12 12:43:34 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Documented the non-GUI modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/airports.py

    r261 r298  
    1 # The mapping of ICAO codes to airport names
    21# -*- coding: utf-8 -*-
     2
     3import sys
    34
    45#-----------------------------------------------------------------------------
    56
     7## @package mlx.airports
     8#
     9# The mapping of ICAO codes to airport names.
     10#
     11# This module contains the mapping of ICAO codes to airport cities and names,
     12# as well as a \ref getWelcomeMessage "function" to produce a welcome message
     13# for a certain airport.
     14
     15#-----------------------------------------------------------------------------
     16
     17## The mapping of the ICAO codes
    618airportNames = {
    719    "VTBS" : ("Bangkok", "Suvarnabhumi"),
Note: See TracChangeset for help on using the changeset viewer.