Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-people
diff options
context:
space:
mode:
Diffstat (limited to 'shell/sugar-people')
-rwxr-xr-xshell/sugar-people9
1 files changed, 0 insertions, 9 deletions
diff --git a/shell/sugar-people b/shell/sugar-people
deleted file mode 100755
index f3f5a48..0000000
--- a/shell/sugar-people
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/python
-
-import dbus
-import dbus.glib
-
-bus = dbus.SessionBus()
-proxy_obj = bus.get_object('com.redhat.Sugar.Shell', '/com/redhat/Sugar/Shell')
-shell = dbus.Interface(proxy_obj, 'com.redhat.Sugar.Shell')
-shell.show_people()