comparison cagou/core/common.py @ 237:059c5b39032d

plugin file sharing: moved common discovery widgets to new core.common_widgets module
author Goffi <goffi@goffi.org>
date Fri, 31 Aug 2018 16:59:38 +0200
parents 24f8ab7c08be
children cf61a011f731
comparison
equal deleted inserted replaced
236:ca86954b3788 237:059c5b39032d
15 # GNU Affero General Public License for more details. 15 # GNU Affero General Public License for more details.
16 16
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 """common widgets, which can be reused everywhere""" 20 """common simple widgets"""
21 21
22 from sat.core.i18n import _ 22 from sat.core.i18n import _
23 from kivy.uix.image import Image 23 from kivy.uix.image import Image
24 from kivy.uix.label import Label 24 from kivy.uix.label import Label
25 from kivy.uix.behaviors import ButtonBehavior 25 from kivy.uix.behaviors import ButtonBehavior