diff options
| author | jaypipes@gmail.com <> | 2011-02-21 13:10:45 -0500 |
|---|---|---|
| committer | jaypipes@gmail.com <> | 2011-02-21 13:10:45 -0500 |
| commit | 8b30a903a4d2c5c6ffe44e58b8531ddc889492c0 (patch) | |
| tree | 428964117677241bec4411bf8cf1dcb2552d3d61 /nova | |
| parent | 6facb35c26b2c90d4ba7a34f3eccd10de2fb7207 (diff) | |
| download | nova-8b30a903a4d2c5c6ffe44e58b8531ddc889492c0.tar.gz nova-8b30a903a4d2c5c6ffe44e58b8531ddc889492c0.tar.xz nova-8b30a903a4d2c5c6ffe44e58b8531ddc889492c0.zip | |
PEP8 errors and remove check in authors file for nova-core, since nova-core owns the translation export branch
Diffstat (limited to 'nova')
| -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..7a4d512a4 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': + pass if not contributor in authors_file: missing.add(contributor) |
