diff 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
line wrap: on
line diff
--- a/cagou/core/common.py	Fri Aug 31 16:58:15 2018 +0200
+++ b/cagou/core/common.py	Fri Aug 31 16:59:38 2018 +0200
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-"""common widgets, which can be reused everywhere"""
+"""common simple widgets"""
 
 from sat.core.i18n import _
 from kivy.uix.image import Image