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 11import { kw , python , PythonError } from "../mod.ts" ;
22
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" ;
66
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" ;
1010
1111const sys = python . import ( "sys" ) ;
1212const runpy = python . import ( "runpy" ) ;
You can’t perform that action at this time.
0 commit comments