Skip to content

Commit

Permalink
Use import oswalkdir, ospaths instead of import os (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored and yglukhov committed Nov 20, 2018
1 parent f5d2880 commit f18f22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimpy.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"

requires "nim >= 0.17.0"

import os, strutils
import oswalkdir, ospaths, strutils

task test, "Run tests":
let pluginExtension = when defined(windows): "pyd" else: "so"
Expand Down

0 comments on commit f18f22d

Please sign in to comment.