diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-06-16 17:42:31 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-06-16 17:42:31 -0500 |
| commit | fa02a6e0bc955042ac867c5a3a462a00d9cfe092 (patch) | |
| tree | d0601dd1eda68c717651b615076478f14ff04ee1 | |
| parent | d875252238ceb6a8134b2c9429f8a6c383aff48a (diff) | |
| download | nimterop-issue227.tar.gz nimterop-issue227.zip | |
Fix #227 - paramCount/Str revertissue227
| -rw-r--r-- | nimterop/docs.nim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nimterop/docs.nim b/nimterop/docs.nim index 6c2bbfd..5fe87a1 100644 --- a/nimterop/docs.nim +++ b/nimterop/docs.nim @@ -2,11 +2,8 @@ import macros, strformat from os import parentDir, getCurrentCompilerExe, DirSep -when defined(nimdoc) or (NimMajor, NimMinor) >= (1, 3): - from os import paramCount, paramStr - when defined(nimdoc): - from os import getCurrentDir + from os import getCurrentDir, paramCount, paramStr proc getNimRootDir(): string = #[ |
