summaryrefslogtreecommitdiffstats
path: root/unitest-restful.py
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2015-05-01 19:51:15 +0200
committerAlessio Sergi <al3hex@gmail.com>2015-05-01 19:51:15 +0200
commiteaa8e397718006dd58f7f5844e905c0658e7a811 (patch)
treeb70d3ec2f33c6a28342687a21585a459732dc879 /unitest-restful.py
parentbcdaa089bbfd787513089ec441c99d1c9060e5f9 (diff)
No more translations
Diffstat (limited to 'unitest-restful.py')
-rwxr-xr-xunitest-restful.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/unitest-restful.py b/unitest-restful.py
index 74a6e18d..efd7e572 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -20,8 +20,6 @@
"""Glances unitary tests suite for the RESTFul API."""
-import gettext
-import locale
import sys
import time
import unittest
@@ -52,11 +50,6 @@ if not is_linux:
else:
print('Unitary tests for {0} {1}'.format(appname, version))
-# Import local settings
-from glances.core.glances_globals import gettext_domain, locale_dir
-locale.setlocale(locale.LC_ALL, '')
-gettext.install(gettext_domain, locale_dir)
-
# Init Glances core
from glances.core.glances_main import GlancesMain
core = GlancesMain()