Skip to content

Commit 200d091

Browse files
Mathijs Saeyoprypin
authored andcommitted
Use relative import in private/value.nim (#19)
Use a relative import to ensure docopt does not break when it is added as a git submodule.
1 parent eaca3ee commit 200d091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/private/value.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
import strutils
6-
import private/util
6+
import util
77

88

99
type

0 commit comments

Comments
 (0)