]> git.ipfire.org Git - thirdparty/babel.git/commit
Remove unneeded relpath() polyfill 213/head
authorAlex Willmer <alex@moreati.org.uk>
Thu, 10 Sep 2015 18:31:16 +0000 (19:31 +0100)
committerAlex Willmer <alex@moreati.org.uk>
Thu, 10 Sep 2015 18:31:16 +0000 (19:31 +0100)
commitd9b20136c8314c56c7f7c26cc93d3eebcdfae29e
treed088501bc8cb4919d67b3aff9697bd4728abaab5
parente9373d98a5b2fda701d927087e5cb950bab1961c
Remove unneeded relpath() polyfill

It looks like this dates back all the way to 2007,
and the initial import of the code in commit 00f16f9.

Since Python 2.6 is the minimum supported version, and that has
os.path.relpath this is no longer needed.
babel/util.py