Updated kivymd

This commit is contained in:
Mark Qvist 2022-10-02 17:16:59 +02:00
parent c6df8b851b
commit abcf173cc8
160 changed files with 11617 additions and 6545 deletions

View file

@ -1,19 +0,0 @@
"""
FitImage
========
.. note:: See :class:`~kivymd.uix.fitimage.FitImage` for more information
"""
__all__ = ("FitImage",)
from kivy import Logger
from kivymd.uix.fitimage import FitImage
Logger.warning(
"FitImage: Note!"
"\nIn the near future the `FitImage` widget will be moved to the "
"`kivymd.uix.fitimage` package.\nUse import of this widget like this:"
"`from kivymd.uix.fitimage import FitImage`."
)