Python: update reference to fix tests

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-08-10 09:24:45 +02:00
parent 639d914a47
commit 959c6315c4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import callGraphConfig
import experimental.dataflow.callGraphConfig
from DataFlow::Node sink
where exists(CallGraphConfig cfg | cfg.isSink(sink))

View File

@@ -1,4 +1,4 @@
import callGraphConfig
import experimental.dataflow.callGraphConfig
from DataFlow::Node source
where exists(CallGraphConfig cfg | cfg.isSource(source))