Files
codeql/python/ql/test/query-tests/Variables/undefined/module1.py
2018-11-19 15:15:54 +00:00

2 lines
121 B
Python

#If we use the standard import form the test runner will import quite a lot of the standard library
os = __import__("os")