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
1010private import semmle.python.dataflow.new.RemoteFlowSources
1111private import semmle.python.Concepts
1212private import semmle.python.ApiGraphs
13- private import PEP249
13+ private import semmle.python.frameworks. PEP249
1414
1515/**
1616 * 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
1010private import semmle.python.dataflow.new.RemoteFlowSources
1111private import semmle.python.Concepts
1212private import semmle.python.ApiGraphs
13- private import PEP249
13+ private import semmle.python.frameworks. PEP249
1414
1515/**
1616 * 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
1010private import semmle.python.dataflow.new.RemoteFlowSources
1111private import semmle.python.Concepts
1212private import semmle.python.ApiGraphs
13- private import PEP249
13+ private import semmle.python.frameworks. PEP249
1414
1515/**
1616 * 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
88private import semmle.python.dataflow.new.RemoteFlowSources
99private import semmle.python.Concepts
1010private import semmle.python.ApiGraphs
11- private import PEP249
11+ private import semmle.python.frameworks. PEP249
1212
1313/**
1414 * 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
99private import semmle.python.dataflow.new.RemoteFlowSources
1010private import semmle.python.Concepts
1111private import semmle.python.ApiGraphs
12- private import PEP249
12+ private import semmle.python.frameworks. PEP249
1313
1414/** Provides models for the Python standard library. */
1515private module Stdlib {
You can’t perform that action at this time.
0 commit comments