File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
python/ql/src/semmle/python/frameworks Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ private import semmle.python.dataflow.new.DataFlow
10
10
private import semmle.python.dataflow.new.RemoteFlowSources
11
11
private import semmle.python.Concepts
12
12
private import semmle.python.ApiGraphs
13
- private import PEP249
13
+ private import semmle.python.frameworks. PEP249
14
14
15
15
/**
16
16
* Provides models for the `MySQLdb` PyPI package.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ private import semmle.python.dataflow.new.DataFlow
10
10
private import semmle.python.dataflow.new.RemoteFlowSources
11
11
private import semmle.python.Concepts
12
12
private import semmle.python.ApiGraphs
13
- private import PEP249
13
+ private import semmle.python.frameworks. PEP249
14
14
15
15
/**
16
16
* Provides models for the `mysql-connector-python` package.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ private import semmle.python.dataflow.new.DataFlow
10
10
private import semmle.python.dataflow.new.RemoteFlowSources
11
11
private import semmle.python.Concepts
12
12
private import semmle.python.ApiGraphs
13
- private import PEP249
13
+ private import semmle.python.frameworks. PEP249
14
14
15
15
/**
16
16
* Provides models for the `psycopg2` PyPI package.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ private import semmle.python.dataflow.new.DataFlow
8
8
private import semmle.python.dataflow.new.RemoteFlowSources
9
9
private import semmle.python.Concepts
10
10
private import semmle.python.ApiGraphs
11
- private import PEP249
11
+ private import semmle.python.frameworks. PEP249
12
12
13
13
/**
14
14
* Provides models for the `PyMySQL` PyPI package.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ private import semmle.python.dataflow.new.TaintTracking
9
9
private import semmle.python.dataflow.new.RemoteFlowSources
10
10
private import semmle.python.Concepts
11
11
private import semmle.python.ApiGraphs
12
- private import PEP249
12
+ private import semmle.python.frameworks. PEP249
13
13
14
14
/** Provides models for the Python standard library. */
15
15
private module Stdlib {
You can’t perform that action at this time.
0 commit comments