/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: David Planella
  • Date: 2011-03-06 09:47:57 UTC
  • mto: This revision was merged to the branch mainline in revision 719.
  • Revision ID: david.planella@ubuntu.com-20110306094757-bikzy1wk550hmlzg
Added missing gettext modules to import

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    )
65
65
from gettext import (
66
66
    gettext,
67
 
    textdomain
 
67
    textdomain,
 
68
    bindtextdomain,
 
69
    bind_textdomain_codeset,
68
70
    )
69
71
 
70
72
# FIXME: We should find out LOCALEDIR at compile or run time. The current