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/pirep.py

    r262 r298  
    1 # The PIREP class collecting all information needed for a PIREP
     1
     2import const
     3import cPickle as pickle
    24
    35#------------------------------------------------------------------------------
    46
    5 import const
    6 import cPickle as pickle
     7## @package mlx.pirep
     8#
     9# The PIREP module.
     10#
     11# This module defines only one class, \ref PIREP. It is used to extract and
     12# store the information needed for a PIREP. The saved PIREPs are pickled
     13# instances of this class.
    714
    815#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.