Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence2/sugar-presence-service2
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-09 18:40:50 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-04-09 18:40:50 (GMT)
commit2509d990e4837f4810a372fda40d260f32014712 (patch)
treebfe5df48a74d9a4362be906002879c61b1132f9a /services/presence2/sugar-presence-service2
parent2f2f756939c381baff8089fb99d604b2bb49aadf (diff)
Cut over to new PresenceService
Diffstat (limited to 'services/presence2/sugar-presence-service2')
-rwxr-xr-xservices/presence2/sugar-presence-service235
1 files changed, 0 insertions, 35 deletions
diff --git a/services/presence2/sugar-presence-service2 b/services/presence2/sugar-presence-service2
deleted file mode 100755
index 83ff58d..0000000
--- a/services/presence2/sugar-presence-service2
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/usr/bin/env python
-# vi: ts=4 ai noet
-#
-# Copyright (C) 2006, Red Hat, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# 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 sys
-import os
-
-from sugar import logger
-from sugar import env
-
-sys.path.insert(0, env.get_service_path('presence2'))
-
-logger.start('presenceservice')
-
-import presenceservice
-
-logging.info('Starting presence service')
-
-presenceservice.main()