From db27041571b6c4b2cf9b7a9567702d8dacba5e74 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sat, 16 Oct 2010 18:47:39 +0000 Subject: remove the warnings caused by the new version of sleekxmpp, and update the connection method (changed also in sleek) --- src/poezio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/poezio.py') 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__))) -- cgit v1.2.3