Add .qlpath and .project files for Python queries.

This commit is contained in:
Mark Shannon
2018-11-19 16:28:53 +00:00
parent 5f58824d1b
commit c2e0ee1c47
2 changed files with 24 additions and 0 deletions

6
python/ql/src/.qlpath Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns:qlpath xmlns:ns="https://semmle.com/schemas/qlpath">
<librarypath/>
<dbscheme>/semmlecode-python-queries/semmlecode.python.dbscheme</dbscheme>
<defaultImports><defaultImport>python</defaultImport></defaultImports>
</ns:qlpath>