~quickly/quickly/trunk

« back to all changes in this revision

Viewing changes to data/templates/ubuntu-application/project_root/bin/project_name

  • Committer: Didier Roche
  • Date: 2010-03-08 09:30:17 UTC
  • mfrom: (419.3.6 lp-apport-support)
  • mto: This revision was merged to the branch mainline in revision 438.
  • Revision ID: didrocks@ubuntu.com-20100308093017-rdxipnf4t9w9hkp3
merge with last branch proposal

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
import sys
8
8
import os
9
9
import gtk
 
10
 
10
11
import gettext
11
12
from gettext import gettext as _
12
13
gettext.textdomain('project_name')