summaryrefslogtreecommitdiff
path: root/src/connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.py')
-rw-r--r--src/connection.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/connection.py b/src/connection.py
index 4abe2d5b..8ac8fc21 100644
--- a/src/connection.py
+++ b/src/connection.py
@@ -23,16 +23,6 @@ Defines the Connection class
from gettext import (bindtextdomain, textdomain, bind_textdomain_codeset,
gettext as _)
-# from os.path import isfile
-
-# if isfile('../locale/poezio.pot'):
-# localedir = '../locale'
-# else:
-# localedir = '/usr/share/locale'
-
-# bindtextdomain('poezio', localedir)
-# textdomain('poezio')
-# bind_textdomain_codeset('poezio', 'utf-8')
import sys