def f(c, x): if c: import os.path else: pass return os.path.isfile(x) #fail