Files
codeql/python/extractor/cli-integration-test/python-2-deprecation/repo_dir/test.py

6 lines
183 B
Python

# `dircache` was removed in Python 3, and so is a good test of which standard library we're
# extracting.
import dircache
# A module that's present in both Python 2 and 3
import stat