Automatically read the profile (lazily)

This commit is contained in:
Marco Pesenti Gritti
2006-08-26 13:35:03 +02:00
parent a7c552c038
commit 93d489741d
4 changed files with 23 additions and 31 deletions
-1
View File
@@ -723,7 +723,6 @@ class PresenceService(object):
def main():
from sugar import TracebackUtils
env.read_profile()
loop = gobject.MainLoop()
ps = PresenceService()
tbh = TracebackUtils.TracebackHelper()