mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"Programming Language :: Python :: 2"
|
||||
@@ -0,0 +1,5 @@
|
||||
# `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
|
||||
Reference in New Issue
Block a user