Ignore:
Timestamp:
07/06/19 14:15:10 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Removed the xxx_todo stuff generated by 2to3 (re #347).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/flight.py

    r1003 r1004  
    51995199        pass
    52005200
    5201     def _formatTime(self, scheduledTime, realTimestamp, xxx_todo_changeme):
     5201    def _formatTime(self, scheduledTime, realTimestamp, warningError):
    52025202        """Format the departure or arrival time based on the given data as a
    52035203        markup for a label."""
    5204         (warning, error) = xxx_todo_changeme
     5204        (warning, error) = warningError
    52055205        realTime = time.gmtime(realTimestamp)
    52065206
Note: See TracChangeset for help on using the changeset viewer.