Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/check_paths.py')
-rw-r--r--src/common/check_paths.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/check_paths.py b/src/common/check_paths.py
index 970c5a4b2..d93a8fbab 100644
--- a/src/common/check_paths.py
+++ b/src/common/check_paths.py
@@ -146,3 +146,5 @@ def check_and_possibly_create_paths():
def create_path(directory):
print _('creating %s directory') % directory
os.mkdir(directory, 0700)
+
+# vim: se ts=3: \ No newline at end of file