From 88fc8ef15586c10ad1a4870148fa3079a8746142 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 25 Feb 2007 19:16:25 +0000 Subject: [PATCH] remove improper print --- lib/python/Components/Network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2