Python ESSA: Move all Essa code to semmle.python.essa folder.

This commit is contained in:
Mark Shannon
2019-08-20 10:52:21 +01:00
parent 7698240484
commit e34ccae1fc
16 changed files with 599 additions and 606 deletions

View File

@@ -1,7 +1,6 @@
import python
import semmle.dataflow.SSA
import semmle.dataflow.SsaCompute
import semmle.python.essa.SsaCompute
import Util

View File

@@ -1,6 +1,5 @@
import python
import semmle.dataflow.SSA
import semmle.python.pointsto.PointsTo
import Util

View File

@@ -1,6 +1,5 @@
import python
import semmle.dataflow.SSA
import semmle.python.pointsto.PointsTo
import Util

View File

@@ -1,6 +1,5 @@
import python
import semmle.dataflow.SSA
import semmle.python.pointsto.PointsTo
import Util

View File

@@ -1,6 +1,5 @@
import python
import semmle.dataflow.SSA
import semmle.python.pointsto.PointsTo
import Util