blob: 1e40687e3dab7d052c2207485eec370b2fdd0c02 [file] [log] [blame]
def f(c, x):
if c:
import os.path
else:
pass
return <warning descr="Local variable 'os' might be referenced before assignment">os</warning>.path.isfile(x) #fail