diff options
-rw-r--r-- | virt-bootstrap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/virt-bootstrap.py b/virt-bootstrap.py index e475cd4..36902f5 100644 --- a/virt-bootstrap.py +++ b/virt-bootstrap.py @@ -36,7 +36,6 @@ gettext.textdomain("virt-bootstrap") try: gettext.install("virt-bootstrap", localedir="/usr/share/locale", - unicode=False, codeset = 'utf-8') except IOError: import __builtin__ |