~ubuntu-branches/ubuntu/trusty/python-babel/trusty

« back to all changes in this revision

Viewing changes to tests/messages/data/project/ignored/this_wont_normally_be_here.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-28 10:11:31 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131028101131-zwbmm8sc29iemmlr
Tags: 1.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules: Run the testsuite during builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
 
 
3
# This file won't normally be in this directory.
 
4
# It IS only for tests
 
5
 
 
6
from gettext import ngettext
 
7
 
 
8
def foo():
 
9
    # Note: This will have the TRANSLATOR: tag but shouldn't
 
10
    # be included on the extracted stuff
 
11
    print ngettext('FooBar', 'FooBars', 1)