Ignore:
Timestamp:
03/23/12 13:31:41 (12 years ago)
Author:
István Váradi <locvais@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Flight selection works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/web.py

    r41 r48  
    201201                result.flights.append(flight)
    202202
     203            result.flights.sort(cmp = lambda flight1, flight2:
     204                                cmp(flight1.departureTime,
     205                                    flight2.departureTime))
     206
    203207        return result
    204208       
Note: See TracChangeset for help on using the changeset viewer.