From 3502c58c47e9479cc10ab9b30abfa18beb6bbf99 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 2 May 2007 22:19:58 -0400 Subject: [PATCH] Remove unused import --- shell/model/ShellModel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/model/ShellModel.py b/shell/model/ShellModel.py index 09a4ec30..3556ccc4 100644 --- a/shell/model/ShellModel.py +++ b/shell/model/ShellModel.py @@ -19,7 +19,6 @@ import os import gobject from sugar.presence import presenceservice -from sugar.activity.bundleregistry import BundleRegistry from model.Friends import Friends from model.MeshModel import MeshModel from model.homemodel import HomeModel