~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/i18n.py

Make i18n.uninstall works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
import os
27
27
import sys
28
28
 
29
 
_translation = _gettext.NullTranslations()
 
29
_translation = _null_translation = _gettext.NullTranslations()
30
30
 
31
31
 
32
32
def gettext(message):