view babel/messages/tests/data/project/ignored/this_wont_normally_be_here.py @ 460:5c5a0f3c93fa

Rename the ''CVS'' directory in the test data to ''ignored'', as quite a number of tools are configured or even hardcoded to ignore CVS directories. For example, I couldn't find a way to include the directory in the sdist tarball.
author cmlenz
date Wed, 07 Apr 2010 07:33:59 +0000
parents babel/messages/tests/data/project/CVS/this_wont_normally_be_here.py@f7aa8105e5a8
children
line wrap: on
line source
# -*- coding: utf-8 -*-

# This file won't normally be in this directory.
# It IS only for tests

from gettext import ngettext

def foo():
    # Note: This will have the TRANSLATOR: tag but shouldn't
    # be included on the extracted stuff
    print ngettext('FooBar', 'FooBars', 1)
Copyright (C) 2012-2017 Edgewall Software