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

Removed text2unicode (re #347).

File:
1 edited

Legend:

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

    r919 r954  
    204204        numSelected = 0
    205205        for path in fileChooser.get_filenames():
    206             path = text2unicode(path)
    207206            numSelected += 1
    208207            if os.path.isfile(path): numFiles += 1
     
    213212        """Called when the Add button is clicked."""
    214213        for path in self._fileChooser.get_filenames():
    215             path = text2unicode(path)
    216214            self._fileListModel.append([os.path.basename(path),
    217215                                        path])
Note: See TracChangeset for help on using the changeset viewer.