summaryrefslogtreecommitdiff
path: root/src/poezio.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-10-16 18:47:39 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-10-16 18:47:39 +0000
commitdb27041571b6c4b2cf9b7a9567702d8dacba5e74 (patch)
tree760b303da16346f9b4845c2a00b3fdf3f8c98bab /src/poezio.py
parent3a66bc99e3ce3a21bbfe49b6308534cca4904877 (diff)
downloadpoezio-db27041571b6c4b2cf9b7a9567702d8dacba5e74.tar.gz
poezio-db27041571b6c4b2cf9b7a9567702d8dacba5e74.tar.bz2
poezio-db27041571b6c4b2cf9b7a9567702d8dacba5e74.tar.xz
poezio-db27041571b6c4b2cf9b7a9567702d8dacba5e74.zip
remove the warnings caused by the new version of sleekxmpp, and update the connection method (changed also in sleek)
Diffstat (limited to 'src/poezio.py')
-rw-r--r--src/poezio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poezio.py b/src/poezio.py
index 8b245c08..6c707714 100644
--- a/src/poezio.py
+++ b/src/poezio.py
@@ -21,7 +21,7 @@ Starting point of poezio. Launches both the Connection and Gui
"""
import os
-# chdir in the source directory, so that import are never failed
+# chdir in the source directory, to import the modules
# also, no need to use a sh script to "cd" in this directoy
# before launching poezio.
os.chdir(os.path.dirname(os.path.abspath(__file__)))