Skip to content

Commit 1bc085c

Browse files
committed
Python: Fixup for callGraphConfig
1 parent bb00d69 commit 1bc085c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/ql/test/library-tests/dataflow/basic/callGraph.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import experimental.dataflow.callGraphConfig
1+
import TestUtilities.dataflow.callGraphConfig
22

33
from DataFlow::Node source, DataFlow::Node sink
44
where

python/ql/test/library-tests/dataflow/basic/callGraphSinks.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import experimental.dataflow.callGraphConfig
1+
import TestUtilities.dataflow.callGraphConfig
22

33
from DataFlow::Node sink
44
where

python/ql/test/library-tests/dataflow/basic/callGraphSources.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import experimental.dataflow.callGraphConfig
1+
import TestUtilities.dataflow.callGraphConfig
22

33
from DataFlow::Node source
44
where

0 commit comments

Comments
 (0)