[fofix-commits] [fofix/fofix] ea5bc0: Use logging.warning instead of logging.warn
GitHub
noreply at github.com
Thu Dec 27 09:05:39 EST 2018
Branch: refs/heads/master
Home: https://github.com/fofix/fofix
Commit: ea5bc046be44f2324037269f7f6d855d8f6c5886
https://github.com/fofix/fofix/commit/ea5bc046be44f2324037269f7f6d855d8f6c5886
Author: François Magimel <magimel.francois at gmail.com>
Date: 2018-12-27 (Thu, 27 Dec 2018)
Changed paths:
M fofix/core/Data.py
M fofix/core/GameEngine.py
M fofix/core/Input.py
M fofix/core/Language.py
M fofix/core/Microphone.py
M fofix/core/Mod.py
M fofix/core/Shader.py
M fofix/core/Texture.py
M fofix/core/Theme.py
M fofix/core/Video.py
M fofix/game/Credits.py
M fofix/game/GameResultsScene.py
M fofix/game/MainMenu.py
M fofix/game/Menu.py
M fofix/game/guitarscene/GuitarScene.py
M fofix/game/guitarscene/Stage.py
M fofix/game/song/song.py
Log Message:
-----------
Use logging.warning instead of logging.warn
The logging.warn method is deprecated in python 3.
Ref #110
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the fofix-commits
mailing list