Ignore:
Timestamp:
07/21/12 12:43:34 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Documented the non-GUI modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r297 r298  
     1
     2import fs
     3import const
     4import util
     5from acars import ACARS
     6from sound import startSound
     7
     8import time
     9
     10#---------------------------------------------------------------------------------------
     11
    112## @package mlx.checks
    213#
     
    1324# transitions from one stage of the flight to the next one. Or \ref ACARSSender
    1425# which sends the ACARS periodically
    15 
    16 #---------------------------------------------------------------------------------------
    17 
    18 import fs
    19 import const
    20 import util
    21 from acars import ACARS
    22 from sound import startSound
    23 
    24 import time
    2526
    2627#---------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.