Files
codeql/python/ql/test/2/query-tests/Variables/undefined/uses_execfile.py
2019-02-08 15:13:17 +00:00

9 lines
103 B
Python

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