mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Also remove options file, since it did nothing at all (and blocked experimental/library-tests/options from taking effect)
4 lines
152 B
Python
4 lines
152 B
Python
# This import will only import code/__init__.py -- BUT we still analyse the other python
|
|
# files inside code/ which is what we want.
|
|
from code import *
|