Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/devices/deviceview.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/devices/deviceview.py')
-rw-r--r--shell/view/devices/deviceview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/devices/deviceview.py b/shell/view/devices/deviceview.py
index 5bff35a..f58da02 100644
--- a/shell/view/devices/deviceview.py
+++ b/shell/view/devices/deviceview.py
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-from sugar.graphics.canvasicon import CanvasIcon
+from sugar.graphics.icon import CanvasIcon
def create(model):
name = 'view.devices.' + model.get_type()