]> git.ipfire.org Git - thirdparty/babel.git/commit
change constructor for babel.support.Translations to __init__(fp=None, domain=None...
authorFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Mon, 20 Aug 2012 19:34:42 +0000 (19:34 +0000)
committerFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Mon, 20 Aug 2012 19:34:42 +0000 (19:34 +0000)
commit2e88a3a1790a5351b03e703556e3725ea529877e
tree9ea00b0693f2d263badf097518ed5d761308747c
parent14f164251585f64e58fb7d62411a5f5e3e06f416
change constructor for babel.support.Translations to __init__(fp=None, domain=None) as its super class gettext.GNUTranslations uses "fp" as well (even if "fileobj" is a better name)
babel/support.py
babel/tests/support.py