~midokura/nova/network-refactoring

« back to all changes in this revision

Viewing changes to nova/__init__.py

  • Committer: Ryu Ishimoto
  • Date: 2011-06-30 03:39:04 UTC
  • mfrom: (1118.1.112 nova)
  • Revision ID: ryu@midokura.jp-20110630033904-7l6m3wzdyx95tq01
Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
.. moduleauthor:: Manish Singh <yosh@gimp.org>
31
31
.. moduleauthor:: Andy Smith <andy@anarkystic.com>
32
32
"""
 
33
 
 
34
import gettext
 
35
 
 
36
 
 
37
gettext.install("nova", unicode=1)