From 65d601995e975ac6c075f7dcb5da0a5de1fbee40 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 2 Sep 2015 20:33:19 +0200 Subject: Applying 2to3-3.4 conversion. --- plasma/applet/contents/code/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plasma/applet/contents/code/main.py') diff --git a/plasma/applet/contents/code/main.py b/plasma/applet/contents/code/main.py index 4d2b44a..bb162b9 100644 --- a/plasma/applet/contents/code/main.py +++ b/plasma/applet/contents/code/main.py @@ -52,7 +52,7 @@ class NetMonitor(plasmascript.Applet): """Got something from data source""" iface = str(sourceName) if iface not in self.widgets: - print "Error: data for %s not available yet" % iface + print("Error: data for %s not available yet" % iface) return widget = self.widgets[iface] data_in = int(data[QString("data_in")]) -- cgit v1.2.1