From ba1abd4a334a3fb783f2e171c25b735bde6ac6a5 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Mon, 6 May 2013 16:10:26 +0200 Subject: [PATCH] Palettes: remove comment about deprecated API We make use of this API in the shell and in the toolkit itself and never removed those deprecated calls. Let's leave it like this for now and remove the comment. --- src/sugar3/graphics/palette.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sugar3/graphics/palette.py b/src/sugar3/graphics/palette.py index a8b10f87..82919f76 100644 --- a/src/sugar3/graphics/palette.py +++ b/src/sugar3/graphics/palette.py @@ -34,8 +34,6 @@ from sugar3.graphics.palettewindow import PaletteWindow, \ _PaletteWindowWidget, _PaletteMenuWidget from sugar3.graphics.palettemenu import PaletteMenuItem -# DEPRECATED -# Import these for backwards compatibility from sugar3.graphics.palettewindow import MouseSpeedDetector, Invoker, \ WidgetInvoker, CursorInvoker, ToolInvoker, CellRendererInvoker assert MouseSpeedDetector