Ignore:
Timestamp:
09/01/13 09:15:58 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Implemented watchdog monitoring the FSUIPC and X-Plane connection handlers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/mlx.py

    r402 r535  
    55from util import secondaryInstallation
    66from const import VERSION
     7from watchdog import Watchdog
    78
    89import os
     
    9091
    9192    try:
     93        Watchdog().start()
     94
    9295        gui.build(programDirectory)
    9396
Note: See TracChangeset for help on using the changeset viewer.