Skip to content

Commit a1772a9

Browse files
author
Max Schaefer
authored
Merge pull request #543 from markshannon/python-backward-compat-default
Python: Add default.qll for backwards compatibility with older queries and libraries.
2 parents 8d7ace2 + 4d8f5e1 commit a1772a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/ql/src/default.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* WARNING: Use of this module is DEPRECATED.
3+
* All new queries should use `import python`.
4+
*/
5+
import python

0 commit comments

Comments
 (0)