comparison babel/support.py @ 284:7bfd747102d7 stable-0.9.x

Ported [311] to 0.9.x branch.
author cmlenz
date Wed, 05 Sep 2007 17:18:10 +0000
parents 1312ad6b624d
children fb7c7aae2905
comparison
equal deleted inserted replaced
282:6f2e313f72fb 284:7bfd747102d7
315 self._catalog.update(translations._catalog) 315 self._catalog.update(translations._catalog)
316 self.files.extend(translations.files) 316 self.files.extend(translations.files)
317 return self 317 return self
318 318
319 def __repr__(self): 319 def __repr__(self):
320 return "<%s %r>" % (type(self).__name__) 320 return "<%s>" % (type(self).__name__)
Copyright (C) 2012-2017 Edgewall Software