From: Stefan Pluecken Date: Sun, 25 Feb 2007 19:16:25 +0000 (+0000) Subject: remove improper print X-Git-Tag: 2.6.0~2393 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/88fc8ef15586c10ad1a4870148fa3079a8746142 remove improper print --- diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py index 49fd6f67..d3c9cc77 100644 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -2,7 +2,7 @@ from Components.config import config, ConfigYesNo, ConfigIP, NoSave, ConfigSubse import os from socket import * -print "[WLAN] imported modified Network.py" + class Network: def __init__(self, iface = "eth0"): self.iface = iface