Python: Use absolute import for PEP249

This commit is contained in:
Rasmus Wriedt Larsen
2021-05-19 11:10:06 +02:00
parent 0c970b5f1f
commit 904eacf9a2
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import PEP249
private import semmle.python.frameworks.PEP249
/**
* Provides models for the `MySQLdb` PyPI package.

View File

@@ -10,7 +10,7 @@ private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import PEP249
private import semmle.python.frameworks.PEP249
/**
* Provides models for the `mysql-connector-python` package.

View File

@@ -10,7 +10,7 @@ private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import PEP249
private import semmle.python.frameworks.PEP249
/**
* Provides models for the `psycopg2` PyPI package.

View File

@@ -8,7 +8,7 @@ private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import PEP249
private import semmle.python.frameworks.PEP249
/**
* Provides models for the `PyMySQL` PyPI package.

View File

@@ -9,7 +9,7 @@ private import semmle.python.dataflow.new.TaintTracking
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
private import PEP249
private import semmle.python.frameworks.PEP249
/** Provides models for the Python standard library. */
private module Stdlib {