mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #543 from markshannon/python-backward-compat-default
Python: Add default.qll for backwards compatibility with older queries and libraries.
This commit is contained in:
5
python/ql/src/default.qll
Normal file
5
python/ql/src/default.qll
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* WARNING: Use of this module is DEPRECATED.
|
||||
* All new queries should use `import python`.
|
||||
*/
|
||||
import python
|
||||
Reference in New Issue
Block a user