mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
6 lines
183 B
Python
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
|