5 lines
133 B
Python
5 lines
133 B
Python
|
def check(cmd, mf):
|
||
|
m = mf.findNode('re')
|
||
|
if m:
|
||
|
return dict(expected_missing_imports=set(['sys.getwindowsversion']))
|