I forgot, the connection manager is run out of the libdir (I think) so removed the...
authorEd Page <eopage@byu.net>
Fri, 25 Dec 2009 16:24:51 +0000 (10:24 -0600)
committerEd Page <eopage@byu.net>
Fri, 25 Dec 2009 16:24:51 +0000 (10:24 -0600)
src/telepathy-theonering

index fa072c9..b18e407 100755 (executable)
@@ -1,9 +1,8 @@
 #!/usr/bin/python
 
-import sys
-sys.path.insert(0,"/usr/lib/theonering/")
-
 
 import theonering
 
-theonering.main(logToFile=True)
+
+if __name__ == "__main__":
+       theonering.main(logToFile=True)