File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import { kw , python , PythonError } from "../mod.ts" ;
2
2
3
- import { join } from "https://deno.land/std@0.203.0 /path/mod.ts " ;
4
- import { ensureDir } from "https://deno.land/std@0.203.0 /fs/mod.ts " ;
5
- import { green , yellow } from "https://deno.land/std@0.203.0 /fmt/colors.ts " ;
3
+ import { join } from "jsr:@std /path@^1/join " ;
4
+ import { ensureDir } from "jsr:@std /fs@^1/ensure-dir " ;
5
+ import { green , yellow } from "jsr:@std /fmt@^1 /colors" ;
6
6
7
- import type { CacheLocation } from "https://deno.land/x/ plug@1.0.3 /types.ts " ;
8
- import { ensureCacheLocation } from "https://deno.land/x/ plug@1.0.3 /download.ts " ;
9
- import { hash } from "https://deno.land/x/ plug@1.0.3 /util.ts " ;
7
+ import type { CacheLocation } from "jsr:@denosaurs/ plug@^1 /types" ;
8
+ import { ensureCacheLocation } from "jsr:@denosaurs/ plug@^1 /download" ;
9
+ import { hash } from "jsr:@denosaurs/ plug@^1 /util" ;
10
10
11
11
const sys = python . import ( "sys" ) ;
12
12
const runpy = python . import ( "runpy" ) ;
You can’t perform that action at this time.
0 commit comments