From 11ac82143a2ab3c41bed8ec05305f3555ced002a Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 02 Jul 2007 08:21:58 +0000 Subject: Corrected some formatting issues with imports. --- diff --git a/shell/model/BuddyModel.py b/shell/model/BuddyModel.py index 6c134e3..75c044a 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 e708c5e..3e2f626 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 232f9d4..522c6af 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 -- cgit v0.9.1