Python : P -> PY

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-12-15 10:43:02 +01:00
parent 262d43abcf
commit bfdcae4538

View File

@@ -403,9 +403,9 @@ module VariableCapture {
}
private module CaptureInput implements Shared::InputSig<Location> {
private import python as P
private import python as PY
class BasicBlock extends P::BasicBlock {
class BasicBlock extends PY::BasicBlock {
Callable getEnclosingCallable() { result = this.getScope() }
// TODO: check that this gives useful results