Use sys.path.append, not insert

This commit is contained in:
Marco Pesenti Gritti
2007-04-15 12:26:50 +02:00
parent f78b23cf82
commit d49b0ed6fb
6 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import os
from sugar import logger
from sugar import env
sys.path.insert(0, env.get_service_path('presence'))
sys.path.append(env.get_service_path('presence'))
test=0
if len(sys.argv) > 1: