Files
codeql/python/ql/test/2/library-tests/modules/usage/main.py
Rasmus Wriedt Larsen f9e9ae91f7 Python: Move tests that would change under Python 3.12 to lang specific directory
This moves the tests to Python 2, next we copy them to Python 3.
2023-11-15 11:42:38 +01:00

6 lines
82 B
Python

import imported
if __name__ == "__main__":
imported.func()
print('Done')