Skip to content

Commit c262628

Browse files
committed
os: Rename os.path to os-path.
This is to match the convention for naming "extension" packages. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 796a598 commit c262628

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

python-stdlib/os.path/manifest.py renamed to python-stdlib/os-path/manifest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
# Originally written by Paul Sokolovsky.
44

55
require("os")
6-
76
package("os")
File renamed without changes.

python-stdlib/os/os/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# Replace built-in os module.
12
from uos import *

0 commit comments

Comments
 (0)