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

9 lines
99 B
Python

from other import setup
exec('x/_version.py')
setup(
name='x',
version=__version__
)