~ubuntu-branches/ubuntu/utopic/heat/utopic-updates

« back to all changes in this revision

Viewing changes to bin/heat-manage

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-09-08 09:40:59 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20140908094059-pzysrm0uy4senjez
Tags: 2014.2~b3-0ubuntu1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    sys.path.insert(0, POSSIBLE_TOPDIR)
26
26
 
27
27
from heat.cmd import manage
28
 
from heat.openstack.common import gettextutils
29
 
 
30
 
gettextutils.install('heat')
31
28
 
32
29
manage.main()