Ignore:
Timestamp:
07/06/19 14:15:10 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/util.py

    r929 r1004  
    4343#------------------------------------------------------------------------------
    4444
    45 def getCoordinateString(xxx_todo_changeme):
     45def getCoordinateString(coordinates):
    4646    """Get the string representation of the given coordinate pair."""
    47     (latitude, longitude) = xxx_todo_changeme
     47    (latitude, longitude) = coordinates
    4848    latitude_str = getLatitudeString(latitude)
    4949    longitude_str = getLongitudeString(longitude)
Note: See TracChangeset for help on using the changeset viewer.