From 11ac82143a2ab3c41bed8ec05305f3555ced002a Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 2 Jul 2007 10:21:58 +0200 Subject: [PATCH] Corrected some formatting issues with imports. --- shell/model/BuddyModel.py | 1 + shell/view/frame/clipboardpanelwindow.py | 2 ++ shell/view/frame/frame.py | 1 + 3 files changed, 4 insertions(+) diff --git a/shell/model/BuddyModel.py b/shell/model/BuddyModel.py index 6c134e32..75c044ac 100644 --- a/shell/model/BuddyModel.py +++ b/shell/model/BuddyModel.py @@ -13,6 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + import logging from sugar.presence import presenceservice diff --git a/shell/view/frame/clipboardpanelwindow.py b/shell/view/frame/clipboardpanelwindow.py index e708c5ea..3e2f626d 100644 --- a/shell/view/frame/clipboardpanelwindow.py +++ b/shell/view/frame/clipboardpanelwindow.py @@ -13,7 +13,9 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + import logging + import gtk import hippo diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py index 232f9d42..522c6af9 100644 --- a/shell/view/frame/frame.py +++ b/shell/view/frame/frame.py @@ -13,6 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + import logging import gtk