summaryrefslogtreecommitdiff
path: root/src/poezio.py
diff options
context:
space:
mode:
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__)))