author | Martin Geisler <mg@lazybytes.net> |
Sat, 03 Oct 2009 18:58:25 +0200 | |
changeset 9538 | f96ee862aba0 |
parent 9537 | 460e410c39be |
child 9539 | c904e76e3834 |
mercurial/i18n.py | file | annotate | diff | comparison | revisions |
--- a/mercurial/i18n.py Sun Oct 04 10:17:01 2009 +0200 +++ b/mercurial/i18n.py Sat Oct 03 18:58:25 2009 +0200 @@ -16,7 +16,7 @@ base = os.path.dirname(module) for dir in ('.', '..'): - localedir = os.path.normpath(os.path.join(base, dir, 'locale')) + localedir = os.path.join(base, dir, 'locale') if os.path.isdir(localedir): break