diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2007-02-25 19:16:25 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2007-02-25 19:16:25 +0000 |
| commit | 88fc8ef15586c10ad1a4870148fa3079a8746142 (patch) | |
| tree | 46669075bf1a9ca22eacb436bda9166f9415e127 /lib/python/Components/Network.py | |
| parent | a49930b82dabfd301ad358e0e014ae9327d6afe8 (diff) | |
| download | enigma2-88fc8ef15586c10ad1a4870148fa3079a8746142.tar.gz enigma2-88fc8ef15586c10ad1a4870148fa3079a8746142.zip | |
remove improper print
Diffstat (limited to 'lib/python/Components/Network.py')
| -rw-r--r-- | lib/python/Components/Network.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
