diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-28 20:29:01 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:37 +0100 |
| commit | 879d60c88e24c2c3f2aab9dff73192c901f63f31 (patch) | |
| tree | 73bebea0db9c4d22d2de42cc1cd7303b01dc8943 /lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py | |
| parent | 6b59a3472e24f35fcaac669a167b1a4fae207556 (diff) | |
| download | enigma2-879d60c88e24c2c3f2aab9dff73192c901f63f31.tar.gz enigma2-879d60c88e24c2c3f2aab9dff73192c901f63f31.zip | |
use eEnv::resolve() / eEnv.resolve()
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py b/lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py index 28ee363e..a13c7975 100755 --- a/lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py +++ b/lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py @@ -1,4 +1,4 @@ -from enigma import eTimer, eTPM +from enigma import eTimer, eTPM, eEnv from Screens.Screen import Screen from Components.ActionMap import ActionMap, NumberActionMap from Components.Pixmap import Pixmap,MultiPixmap @@ -18,7 +18,7 @@ from Tools.HardwareInfo import HardwareInfo from Wlan import Wlan, wpaSupplicant, iStatus import sha -plugin_path = "/usr/lib/enigma2/python/Plugins/SystemPlugins/WirelessLan" +plugin_path = eEnv.resolve("${libdir}/enigma2/python/Plugins/SystemPlugins/WirelessLan") list = [] list.append("WEP") |
