summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorLaunchpad Translations on behalf of nova-core <>2011-02-21 21:14:44 +0000
committerTarmac <>2011-02-21 21:14:44 +0000
commit0eba5864cffa3ab9fc94ffa25d84c81a06183c7e (patch)
tree2440d42f19c684c3545e2830507e2b57e0424fcc /nova/tests
parentd5814f133cde3cccae6aa6977cf87e502d7c1f88 (diff)
parentcf006cce87ce18cdf9d7705fcc2be05b912d4c3f (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.py2
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)