8000 uu: Fix dependency on os-path. · micropython/micropython-lib@122b689 · GitHub
[go: up one dir, main page]

Skip to content

Commit 122b689

Browse files
committed
uu: Fix dependency on os-path.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent eba8974 commit 122b689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-stdlib/uu/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
metadata(version="0.5.1")
22

33
require("binascii")
4-
require("os.path")
4+
require("os-path")
55

66
module("uu.py")

0 commit comments

Comments
 (0)
0