utils: add split() and pathjoin()
commit309e66175874b60f25aeb3ad50351c70dc81f5c6
authorDavid Aguilar <davvid@gmail.com>
Sat, 20 Nov 2021 19:54:46 +0000 (20 11:54 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sat, 20 Nov 2021 19:54:46 +0000 (20 11:54 -0800)
tree4745ef486e85442c737bc4c160aa7db99761baf2
parentdfba14a46152ddc3f6328f34271642c9be1ec602
utils: add split() and pathjoin()

Add slash-only implementations of os.path.split() and os.path.join().
These will be used for parsing menu entries where '/' is the only
supported separator.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/utils.py