use setArt(), setting icon in constructor is deprecated

This commit is contained in:
Rob Weber
2019-11-26 11:31:40 -06:00
parent 6c99667afa
commit dd5b99c978
2 changed files with 9 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- added flake8 testing to travis-ci
- updated code to make python3 compatible
- updated code for pep9 styling
- use setArt() to set ListItem icons as the icon= constructor is deprecated
### Removed