Armed netconnectd check for Linux
This commit is contained in:
parent
803e17f3a3
commit
b5b0ea5980
1 changed files with 2 additions and 3 deletions
|
|
@ -196,9 +196,8 @@ __plugin_implementations__ = []
|
|||
|
||||
def __plugin_check__():
|
||||
import sys
|
||||
# TODO arm the check
|
||||
#if not sys.platform == 'linux2':
|
||||
# return False
|
||||
if not sys.platform == 'linux2':
|
||||
return False
|
||||
|
||||
global __plugin_implementations__
|
||||
__plugin_implementations__ = [NetconnectdSettingsPlugin()]
|
||||
|
|
|
|||
Loading…
Reference in a new issue