diff options
| author | Launchpad Translations on behalf of nova-core <> | 2011-02-21 21:14:44 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-02-21 21:14:44 +0000 |
| commit | 0eba5864cffa3ab9fc94ffa25d84c81a06183c7e (patch) | |
| tree | 2440d42f19c684c3545e2830507e2b57e0424fcc /nova/tests | |
| parent | d5814f133cde3cccae6aa6977cf87e502d7c1f88 (diff) | |
| parent | cf006cce87ce18cdf9d7705fcc2be05b912d4c3f (diff) | |
Adds translation catalogs and distutils.extra glue code that automates the process of compiling message catalogs into .mo files.
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_misc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/tests/test_misc.py b/nova/tests/test_misc.py index 33c1777d5..e6da6112a 100644 --- a/nova/tests/test_misc.py +++ b/nova/tests/test_misc.py @@ -46,6 +46,8 @@ class ProjectTestCase(test.TestCase): missing = set() for contributor in contributors: + if contributor == 'nova-core': + continue if not contributor in authors_file: missing.add(contributor) |
