dohtml: restore behavior noted in bug #425214
authorZac Medico <zmedico@gentoo.org>
Tue, 27 Aug 2013 03:59:40 +0000 (20:59 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 27 Aug 2013 03:59:40 +0000 (20:59 -0700)
commit2110ec6ed42fc306d5c25cbf970d013ff2a226fd
tree454ea58751bb23320bbbcb8cebded724f35a4c62
parent3f67cb453ee1b74894c230459b43855db7fcc410
dohtml: restore behavior noted in bug #425214

A trailing slash cause os.path.basename() and os.path.dirname() to
behave differently, causing foo/ to behave similarly to the way that
foo/* behaves. This behavior was broken by normalization in commit
3f67cb453ee1b74894c230459b43855db7fcc410.
bin/dohtml.py