Skip to content

Commit

Permalink
docs: os os.path.join can compile now
Browse files Browse the repository at this point in the history
  • Loading branch information
litlighilit committed May 6, 2024
1 parent 772fca5 commit ab05767
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pylib/Lib/os.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
## see docs.python.org/3/library/os.html
##
## Also export everything of std/os
##
## as the following will fail to compile:
##
## ```Nim
## import std/os
## import pylib/Lib/os
## os.path.join ...
## ```
##
## not completed yet

import std/os
export os
Expand Down

0 comments on commit ab05767

Please sign in to comment.