Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-02 08:21:58 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-02 08:21:58 (GMT)
commit11ac82143a2ab3c41bed8ec05305f3555ced002a (patch)
treef348f78eceeabd5161447188686726bad4030bb0
parent29ccfcf9b35d0f545ca63b23c12664c397ae97f5 (diff)
Corrected some formatting issues with imports.
-rw-r--r--shell/model/BuddyModel.py1
-rw-r--r--shell/view/frame/clipboardpanelwindow.py2
-rw-r--r--shell/view/frame/frame.py1
3 files changed, 4 insertions, 0 deletions
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