Python remove a couple of small AST related modules, moving contents to more appropriate modules.

This commit is contained in:
Mark Shannon
2019-08-28 14:28:04 +01:00
parent 1bd0c69f0e
commit 68da13cdc2
5 changed files with 68 additions and 78 deletions

View File

@@ -3,7 +3,6 @@ import semmle.python.Operations
import semmle.python.Variables
import semmle.python.AstGenerated
import semmle.python.AstExtended
import semmle.python.AST
import semmle.python.Function
import semmle.python.Module
import semmle.python.Class
@@ -28,7 +27,6 @@ import semmle.python.types.Version
import semmle.python.types.Descriptors
import semmle.python.protocols
import semmle.python.SSA
import semmle.python.Assigns
import semmle.python.SelfAttribute
import semmle.python.types.Properties
import semmle.python.xml.XML