Skip to content

Commit 122b689

Browse files
committed
uu: Fix dependency on os-path.
Signed-off-by: Jim Mussared <[email protected]>
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

+1-1
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)