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
path: root/test/lib
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2016-10-10 16:22:51 +0300
committerYann Leboulanger <asterix@lagaule.org>2016-10-10 16:22:51 +0300
commite5b69fae5c6eaee78c6116da337bd46d1d80960c (patch)
treeb772e9bbc17df7c3832acc3abc299a6943a192cc /test/lib
parent3dcdee70baae4d38136db72c3b5268fabacb2767 (diff)
start running tests
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/__init__.py b/test/lib/__init__.py
index a005c1b93..e941e220a 100644
--- a/test/lib/__init__.py
+++ b/test/lib/__init__.py
@@ -23,8 +23,8 @@ configdir = gajim_root + '/test/tmp'
pluginsconfigdir = configdir + '/pluginsconfig'
# define _ for i18n
-import __builtin__
-__builtin__._ = lambda x: x
+import builtins
+builtins._ = lambda x: x
def setup_env():
# wipe config directory