From 19da9e80e43a3b5effdd7d9d98fea73bb3ef3433 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 1 Oct 2012 15:25:47 -0700 Subject: [PATCH] Remove outdated moduleauthor tags The moduelauthor tags are used by the docs to see who wrote what. But many of them are outdated and wrong. fixes bug 1044578 Change-Id: I9cc27430c906d1418faf28e1b53f6306c62e8f98 --- nova/__init__.py | 6 ------ nova/tests/__init__.py | 6 ------ 2 files changed, 12 deletions(-) diff --git a/nova/__init__.py b/nova/__init__.py index 1dc04336d..a9eca4848 100644 --- a/nova/__init__.py +++ b/nova/__init__.py @@ -23,12 +23,6 @@ .. automodule:: nova :platform: Unix :synopsis: Infrastructure-as-a-Service Cloud platform. -.. moduleauthor:: Jesse Andrews -.. moduleauthor:: Devin Carlen -.. moduleauthor:: Vishvananda Ishaya -.. moduleauthor:: Joshua McKenty -.. moduleauthor:: Manish Singh -.. moduleauthor:: Andy Smith """ import gettext diff --git a/nova/tests/__init__.py b/nova/tests/__init__.py index e438e1d64..ee2d17afa 100644 --- a/nova/tests/__init__.py +++ b/nova/tests/__init__.py @@ -22,12 +22,6 @@ .. automodule:: nova.tests :platform: Unix -.. moduleauthor:: Jesse Andrews -.. moduleauthor:: Devin Carlen -.. moduleauthor:: Vishvananda Ishaya -.. moduleauthor:: Joshua McKenty -.. moduleauthor:: Manish Singh -.. moduleauthor:: Andy Smith """ # See http://code.google.com/p/python-nose/issues/detail?id=373