From: Felix Domke Date: Mon, 20 Feb 2006 21:41:28 +0000 (+0000) Subject: fix newline X-Git-Tag: 2.6.0~4113 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/8ba7390e89a4b0282f13c29bd189a1f006e24965?ds=sidebyside fix newline --- diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index 37d2c850..03179758 100644 --- a/lib/python/Screens/NetworkSetup.py +++ b/lib/python/Screens/NetworkSetup.py @@ -78,4 +78,4 @@ class NetworkSetup(Screen): for x in self["config"].list: x[1].cancel() iNetwork.loadNetworkConfig() - self.close() \ No newline at end of file + self.close()