~mterry/duplicity/ropath.index

« back to all changes in this revision

Viewing changes to bin/rdiffdir

  • Committer: Michael Terry
  • Date: 2012-09-13 14:08:52 UTC
  • mto: This revision was merged to the branch mainline in revision 863.
  • Revision ID: michael.terry@canonical.com-20120913140852-7cw9cexbdpl2qloy
make sure translations are in utf-8

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import sys, getopt, gzip, os
29
29
 
30
30
import gettext
31
 
gettext.install('duplicity')
 
31
gettext.install('duplicity', codeset='utf8')
32
32
 
33
33
from duplicity import diffdir
34
34
from duplicity import patchdir