diff options
Diffstat (limited to 'std/path/glob.ts')
-rw-r--r-- | std/path/glob.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/std/path/glob.ts b/std/path/glob.ts index a11865c26..80672579d 100644 --- a/std/path/glob.ts +++ b/std/path/glob.ts @@ -1,5 +1,5 @@ -import { SEP, SEP_PATTERN } from "./constants.ts"; -import { globrex } from "./globrex.ts"; +import { SEP, SEP_PATTERN } from "./separator.ts"; +import { globrex } from "./_globrex.ts"; import { join, normalize } from "./mod.ts"; import { assert } from "../testing/asserts.ts"; |