Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-09 19:07:40 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-04-09 19:07:40 (GMT)
commit3eeec9bf07c4d8c5d61b15691ec0613fa0123cda (patch)
tree33a2b1ca297fc6ba30138fba35f77d8ecb25054e /shell/view
parentbc083dae5a601d9ce099496096330691efc46447 (diff)
Remove references to obsolete p2p.Stream classes
Diffstat (limited to 'shell/view')
-rw-r--r--shell/view/ActivityHost.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py
index 4a212a1..d0bb663 100644
--- a/shell/view/ActivityHost.py
+++ b/shell/view/ActivityHost.py
@@ -17,8 +17,6 @@
import gtk
import dbus
-from sugar.p2p import Stream
-from sugar.p2p import network
import OverlayWindow
class ActivityChatWindow(gtk.Window):