aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-09-02 20:33:19 +0200
committerPapoteur <papoteur@mageialinux-online.org>2015-09-02 20:33:19 +0200
commit65d601995e975ac6c075f7dcb5da0a5de1fbee40 (patch)
tree729795cec11d6c97420fd58792df8280b979dd92 /src
parent32ccd77cd9b6d8e61a5cbbbdbd78a6b4ce174d21 (diff)
downloadnet_monitor-65d601995e975ac6c075f7dcb5da0a5de1fbee40.tar
net_monitor-65d601995e975ac6c075f7dcb5da0a5de1fbee40.tar.gz
net_monitor-65d601995e975ac6c075f7dcb5da0a5de1fbee40.tar.bz2
net_monitor-65d601995e975ac6c075f7dcb5da0a5de1fbee40.tar.xz
net_monitor-65d601995e975ac6c075f7dcb5da0a5de1fbee40.zip
Applying 2to3-3.4 conversion.
Diffstat (limited to 'src')
-rw-r--r--src/monitor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor.py b/src/monitor.py
index 7c2ab8e..3eede34 100644
--- a/src/monitor.py
+++ b/src/monitor.py
@@ -16,7 +16,7 @@ import _native
# localization
import gettext
try:
- gettext.install("net_monitor", unicode=1)
+ gettext.install("net_monitor", str=1)
except IOError:
_ = str