Skip to content

Commit b777384

Browse files
committed
Python: Fix up some comments
1 parent d8c554e commit b777384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/ql/src/semmle/python/Customizations.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
import python
1313
/* General import that is useful */
14-
// import experimental.dataflow.DataFlow
14+
// import semmle.python.dataflow.new.DataFlow
1515
//
1616
/* for extending `TaintTracking::AdditionalTaintStep` */
17-
// import experimental.dataflow.TaintTracking
17+
// import semmle.python.dataflow.new.TaintTracking
1818
//
1919
/* for extending `RemoteFlowSource::Range` */
20-
// import experimental.dataflow.RemoteFlowSources
20+
// import semmle.python.dataflow.new.RemoteFlowSources

0 commit comments

Comments
 (0)