Remove Babel._ISO639_TO_BABEL; deprecated at docutils-0.8

This commit is contained in:
Takeshi KOMIYA 2016-01-24 00:53:16 +09:00
parent 883ae3c5a7
commit cd1eeff70a

View File

@ -127,11 +127,6 @@ class ExtBabel(Babel):
'mn', 'mongolian', 'ru', 'russian',
'uk', 'ukrainian')
# in latest trunk, the attribute is called Babel.language_codes and already
# includes Slovene
if hasattr(Babel, '_ISO639_TO_BABEL'):
Babel._ISO639_TO_BABEL['sl'] = 'slovene'
class ShowUrlsTransform(object):
expanded = False