diff --git a/neutronclient/neutron/v2_0/fw/firewall.py b/neutronclient/neutron/v2_0/fw/firewall.py index 149036a2a..2a108f5c7 100644 --- a/neutronclient/neutron/v2_0/fw/firewall.py +++ b/neutronclient/neutron/v2_0/fw/firewall.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: KC Wang, Big Switch Networks -# import argparse diff --git a/neutronclient/neutron/v2_0/fw/firewallpolicy.py b/neutronclient/neutron/v2_0/fw/firewallpolicy.py index 32f25eba9..410ec475f 100644 --- a/neutronclient/neutron/v2_0/fw/firewallpolicy.py +++ b/neutronclient/neutron/v2_0/fw/firewallpolicy.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: KC Wang, Big Switch Networks -# from __future__ import print_function diff --git a/neutronclient/neutron/v2_0/fw/firewallrule.py b/neutronclient/neutron/v2_0/fw/firewallrule.py index ecc369bcf..0df936ad8 100644 --- a/neutronclient/neutron/v2_0/fw/firewallrule.py +++ b/neutronclient/neutron/v2_0/fw/firewallrule.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: KC Wang, Big Switch Networks -# import argparse diff --git a/neutronclient/neutron/v2_0/lb/healthmonitor.py b/neutronclient/neutron/v2_0/lb/healthmonitor.py index 0956fd465..d691ebf85 100644 --- a/neutronclient/neutron/v2_0/lb/healthmonitor.py +++ b/neutronclient/neutron/v2_0/lb/healthmonitor.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Ilya Shakhat, Mirantis Inc. -# from __future__ import print_function diff --git a/neutronclient/neutron/v2_0/lb/member.py b/neutronclient/neutron/v2_0/lb/member.py index 6effb3013..472cd05ee 100644 --- a/neutronclient/neutron/v2_0/lb/member.py +++ b/neutronclient/neutron/v2_0/lb/member.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Ilya Shakhat, Mirantis Inc. -# from neutronclient.i18n import _ from neutronclient.neutron import v2_0 as neutronV20 diff --git a/neutronclient/neutron/v2_0/lb/pool.py b/neutronclient/neutron/v2_0/lb/pool.py index c10f7a87f..174b91a0d 100644 --- a/neutronclient/neutron/v2_0/lb/pool.py +++ b/neutronclient/neutron/v2_0/lb/pool.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Ilya Shakhat, Mirantis Inc. -# import six diff --git a/neutronclient/neutron/v2_0/lb/v2/healthmonitor.py b/neutronclient/neutron/v2_0/lb/v2/healthmonitor.py index ff1c11e3c..ac3b2aa93 100644 --- a/neutronclient/neutron/v2_0/lb/v2/healthmonitor.py +++ b/neutronclient/neutron/v2_0/lb/v2/healthmonitor.py @@ -2,9 +2,6 @@ # Copyright 2014 Blue Box Group, Inc. # All Rights Reserved # -# Author: Ilya Shakhat, Mirantis Inc. -# Author: Craig Tracey -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutronclient/neutron/v2_0/lb/v2/listener.py b/neutronclient/neutron/v2_0/lb/v2/listener.py index 6ce9944b9..e0e9fcb27 100644 --- a/neutronclient/neutron/v2_0/lb/v2/listener.py +++ b/neutronclient/neutron/v2_0/lb/v2/listener.py @@ -2,8 +2,6 @@ # Copyright 2015 Hewlett-Packard Development Company, L.P. # All Rights Reserved # -# Author: Craig Tracey -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutronclient/neutron/v2_0/lb/v2/loadbalancer.py b/neutronclient/neutron/v2_0/lb/v2/loadbalancer.py index 49fd13451..1bada17da 100644 --- a/neutronclient/neutron/v2_0/lb/v2/loadbalancer.py +++ b/neutronclient/neutron/v2_0/lb/v2/loadbalancer.py @@ -2,8 +2,6 @@ # Copyright 2015 Hewlett-Packard Development Company, L.P. # All Rights Reserved # -# Author: Craig Tracey -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutronclient/neutron/v2_0/lb/v2/member.py b/neutronclient/neutron/v2_0/lb/v2/member.py index 4709f65ba..3fd71c6c2 100644 --- a/neutronclient/neutron/v2_0/lb/v2/member.py +++ b/neutronclient/neutron/v2_0/lb/v2/member.py @@ -3,9 +3,6 @@ # Copyright 2015 Hewlett-Packard Development Company, L.P. # All Rights Reserved # -# Author: Ilya Shakhat, Mirantis Inc. -# Author: Craig Tracey -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutronclient/neutron/v2_0/lb/v2/pool.py b/neutronclient/neutron/v2_0/lb/v2/pool.py index 188596f38..fd5e03a5c 100644 --- a/neutronclient/neutron/v2_0/lb/v2/pool.py +++ b/neutronclient/neutron/v2_0/lb/v2/pool.py @@ -3,9 +3,6 @@ # Copyright 2015 Hewlett-Packard Development Company, L.P. # All Rights Reserved # -# Author: Ilya Shakhat, Mirantis Inc. -# Author: Craig Tracey -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutronclient/neutron/v2_0/lb/vip.py b/neutronclient/neutron/v2_0/lb/vip.py index 3c85d3378..59b0c3871 100644 --- a/neutronclient/neutron/v2_0/lb/vip.py +++ b/neutronclient/neutron/v2_0/lb/vip.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Ilya Shakhat, Mirantis Inc. -# from neutronclient.i18n import _ from neutronclient.neutron import v2_0 as neutronV20 diff --git a/neutronclient/neutron/v2_0/metering.py b/neutronclient/neutron/v2_0/metering.py index c2649c483..34bf2b6de 100644 --- a/neutronclient/neutron/v2_0/metering.py +++ b/neutronclient/neutron/v2_0/metering.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutronclient/neutron/v2_0/netpartition.py b/neutronclient/neutron/v2_0/netpartition.py index 4fd060442..260ad0901 100644 --- a/neutronclient/neutron/v2_0/netpartition.py +++ b/neutronclient/neutron/v2_0/netpartition.py @@ -12,7 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. from neutronclient.neutron.v2_0 import CreateCommand from neutronclient.neutron.v2_0 import DeleteCommand diff --git a/neutronclient/neutron/v2_0/networkprofile.py b/neutronclient/neutron/v2_0/networkprofile.py index 3450b3219..ed85875f5 100644 --- a/neutronclient/neutron/v2_0/networkprofile.py +++ b/neutronclient/neutron/v2_0/networkprofile.py @@ -10,9 +10,6 @@ # License for the specific language governing permissions and limitations # under the License. # -#@author Abhishek Raut, Cisco Systems -#@author Sergey Sudakovich, Cisco Systems -#@author Rudrajit Tapadar, Cisco Systems from __future__ import print_function diff --git a/neutronclient/neutron/v2_0/policyprofile.py b/neutronclient/neutron/v2_0/policyprofile.py index 03fd8af10..7ff00db9e 100644 --- a/neutronclient/neutron/v2_0/policyprofile.py +++ b/neutronclient/neutron/v2_0/policyprofile.py @@ -10,8 +10,6 @@ # License for the specific language governing permissions and limitations # under the License. # -#@author Abhishek Raut, Cisco Systems -#@author Sergey Sudakovich, Cisco Systems from __future__ import print_function diff --git a/neutronclient/neutron/v2_0/vpn/ikepolicy.py b/neutronclient/neutron/v2_0/vpn/ikepolicy.py index e2f5d2861..ea93eda40 100644 --- a/neutronclient/neutron/v2_0/vpn/ikepolicy.py +++ b/neutronclient/neutron/v2_0/vpn/ikepolicy.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Swaminathan Vasudevan, Hewlett-Packard. -# from neutronclient.common import utils from neutronclient.i18n import _ diff --git a/neutronclient/neutron/v2_0/vpn/ipsec_site_connection.py b/neutronclient/neutron/v2_0/vpn/ipsec_site_connection.py index 59d676e0a..6bf937b94 100644 --- a/neutronclient/neutron/v2_0/vpn/ipsec_site_connection.py +++ b/neutronclient/neutron/v2_0/vpn/ipsec_site_connection.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Swaminathan Vasudevan, Hewlett-Packard. -# from oslo.serialization import jsonutils diff --git a/neutronclient/neutron/v2_0/vpn/ipsecpolicy.py b/neutronclient/neutron/v2_0/vpn/ipsecpolicy.py index cade641b9..a1b3db909 100644 --- a/neutronclient/neutron/v2_0/vpn/ipsecpolicy.py +++ b/neutronclient/neutron/v2_0/vpn/ipsecpolicy.py @@ -13,7 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Swaminathan Vasudevan, Hewlett-Packard. from neutronclient.common import utils from neutronclient.i18n import _ diff --git a/neutronclient/neutron/v2_0/vpn/utils.py b/neutronclient/neutron/v2_0/vpn/utils.py index 74fbeef6f..0159e76b9 100644 --- a/neutronclient/neutron/v2_0/vpn/utils.py +++ b/neutronclient/neutron/v2_0/vpn/utils.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Swaminathan Vasudevan, Hewlett-Packard. -# """VPN Utilities and helper functions.""" diff --git a/neutronclient/neutron/v2_0/vpn/vpnservice.py b/neutronclient/neutron/v2_0/vpn/vpnservice.py index cf892646f..88915f187 100644 --- a/neutronclient/neutron/v2_0/vpn/vpnservice.py +++ b/neutronclient/neutron/v2_0/vpn/vpnservice.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Swaminathan Vasudevan, Hewlett-Packard. -# from neutronclient.i18n import _ from neutronclient.neutron import v2_0 as neutronv20 diff --git a/neutronclient/tests/unit/fw/test_cli20_firewall.py b/neutronclient/tests/unit/fw/test_cli20_firewall.py index 3b6288b63..c7872a822 100644 --- a/neutronclient/tests/unit/fw/test_cli20_firewall.py +++ b/neutronclient/tests/unit/fw/test_cli20_firewall.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: KC Wang, Big Switch Networks Inc. -# import sys diff --git a/neutronclient/tests/unit/fw/test_cli20_firewallpolicy.py b/neutronclient/tests/unit/fw/test_cli20_firewallpolicy.py index a8786dbbc..243843a00 100644 --- a/neutronclient/tests/unit/fw/test_cli20_firewallpolicy.py +++ b/neutronclient/tests/unit/fw/test_cli20_firewallpolicy.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: KC Wang, Big Switch Networks Inc. -# import sys diff --git a/neutronclient/tests/unit/fw/test_cli20_firewallrule.py b/neutronclient/tests/unit/fw/test_cli20_firewallrule.py index e302d6569..72f80288e 100644 --- a/neutronclient/tests/unit/fw/test_cli20_firewallrule.py +++ b/neutronclient/tests/unit/fw/test_cli20_firewallrule.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: KC Wang, Big Switch Networks Inc. -# import sys diff --git a/neutronclient/tests/unit/lb/test_cli20_healthmonitor.py b/neutronclient/tests/unit/lb/test_cli20_healthmonitor.py index 2415a176c..300fa678e 100644 --- a/neutronclient/tests/unit/lb/test_cli20_healthmonitor.py +++ b/neutronclient/tests/unit/lb/test_cli20_healthmonitor.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Ilya Shakhat, Mirantis Inc. -# import sys diff --git a/neutronclient/tests/unit/lb/test_cli20_member.py b/neutronclient/tests/unit/lb/test_cli20_member.py index d793d7e69..731459d24 100644 --- a/neutronclient/tests/unit/lb/test_cli20_member.py +++ b/neutronclient/tests/unit/lb/test_cli20_member.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Ilya Shakhat, Mirantis Inc. -# import sys diff --git a/neutronclient/tests/unit/lb/test_cli20_pool.py b/neutronclient/tests/unit/lb/test_cli20_pool.py index c293fa87f..dc9f6b5b0 100644 --- a/neutronclient/tests/unit/lb/test_cli20_pool.py +++ b/neutronclient/tests/unit/lb/test_cli20_pool.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Ilya Shakhat, Mirantis Inc. -# import sys diff --git a/neutronclient/tests/unit/lb/test_cli20_vip.py b/neutronclient/tests/unit/lb/test_cli20_vip.py index fb501415e..a3229033e 100644 --- a/neutronclient/tests/unit/lb/test_cli20_vip.py +++ b/neutronclient/tests/unit/lb/test_cli20_vip.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Ilya Shakhat, Mirantis Inc. -# import sys diff --git a/neutronclient/tests/unit/lb/v2/test_cli20_healthmonitor.py b/neutronclient/tests/unit/lb/v2/test_cli20_healthmonitor.py index 96f96a68f..590700082 100644 --- a/neutronclient/tests/unit/lb/v2/test_cli20_healthmonitor.py +++ b/neutronclient/tests/unit/lb/v2/test_cli20_healthmonitor.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Craig Tracey -# import sys diff --git a/neutronclient/tests/unit/lb/v2/test_cli20_listener.py b/neutronclient/tests/unit/lb/v2/test_cli20_listener.py index ea421a8ec..4a70fd685 100644 --- a/neutronclient/tests/unit/lb/v2/test_cli20_listener.py +++ b/neutronclient/tests/unit/lb/v2/test_cli20_listener.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Craig Tracey -# import sys diff --git a/neutronclient/tests/unit/lb/v2/test_cli20_loadbalancer.py b/neutronclient/tests/unit/lb/v2/test_cli20_loadbalancer.py index 11bed0317..3f34b3cb8 100644 --- a/neutronclient/tests/unit/lb/v2/test_cli20_loadbalancer.py +++ b/neutronclient/tests/unit/lb/v2/test_cli20_loadbalancer.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Craig Tracey -# import sys diff --git a/neutronclient/tests/unit/lb/v2/test_cli20_member.py b/neutronclient/tests/unit/lb/v2/test_cli20_member.py index 2adb03660..4058f47d2 100644 --- a/neutronclient/tests/unit/lb/v2/test_cli20_member.py +++ b/neutronclient/tests/unit/lb/v2/test_cli20_member.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Craig Tracey -# import sys diff --git a/neutronclient/tests/unit/lb/v2/test_cli20_pool.py b/neutronclient/tests/unit/lb/v2/test_cli20_pool.py index 94defe8a6..48630f893 100644 --- a/neutronclient/tests/unit/lb/v2/test_cli20_pool.py +++ b/neutronclient/tests/unit/lb/v2/test_cli20_pool.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Craig Tracey -# import sys diff --git a/neutronclient/tests/unit/test_cli20_agentschedulers.py b/neutronclient/tests/unit/test_cli20_agentschedulers.py index 4c8992ee0..8085581e1 100644 --- a/neutronclient/tests/unit/test_cli20_agentschedulers.py +++ b/neutronclient/tests/unit/test_cli20_agentschedulers.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Oleg Bondarev, Mirantis Inc. -# import sys diff --git a/neutronclient/tests/unit/test_cli20_credential.py b/neutronclient/tests/unit/test_cli20_credential.py index 53e8ecc8a..4f4a1d35d 100644 --- a/neutronclient/tests/unit/test_cli20_credential.py +++ b/neutronclient/tests/unit/test_cli20_credential.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Kyle Mestery, Cisco Systems, Inc. -# import sys diff --git a/neutronclient/tests/unit/test_cli20_metering.py b/neutronclient/tests/unit/test_cli20_metering.py index 995c29b6f..9be645f9b 100644 --- a/neutronclient/tests/unit/test_cli20_metering.py +++ b/neutronclient/tests/unit/test_cli20_metering.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutronclient/tests/unit/test_cli20_networkprofile.py b/neutronclient/tests/unit/test_cli20_networkprofile.py index 8b955ed66..c5a735338 100644 --- a/neutronclient/tests/unit/test_cli20_networkprofile.py +++ b/neutronclient/tests/unit/test_cli20_networkprofile.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Kyle Mestery, Cisco Systems, Inc. -# import sys diff --git a/neutronclient/tests/unit/test_cli20_nuage_netpartition.py b/neutronclient/tests/unit/test_cli20_nuage_netpartition.py index b62d29688..18f9d3ab0 100644 --- a/neutronclient/tests/unit/test_cli20_nuage_netpartition.py +++ b/neutronclient/tests/unit/test_cli20_nuage_netpartition.py @@ -12,7 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. import sys diff --git a/neutronclient/tests/unit/test_cli20_policyprofile.py b/neutronclient/tests/unit/test_cli20_policyprofile.py index 791b840ba..94cbf2c57 100644 --- a/neutronclient/tests/unit/test_cli20_policyprofile.py +++ b/neutronclient/tests/unit/test_cli20_policyprofile.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Kyle Mestery, Cisco Systems, Inc. -# import sys diff --git a/neutronclient/tests/unit/test_cli20_servicetype.py b/neutronclient/tests/unit/test_cli20_servicetype.py index 0429a1a44..5ee4bd7ce 100644 --- a/neutronclient/tests/unit/test_cli20_servicetype.py +++ b/neutronclient/tests/unit/test_cli20_servicetype.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Eugene Nikanorov, Mirantis Inc. -# import sys diff --git a/neutronclient/tests/unit/test_command_meta.py b/neutronclient/tests/unit/test_command_meta.py index be50ab8ab..9b1c72134 100644 --- a/neutronclient/tests/unit/test_command_meta.py +++ b/neutronclient/tests/unit/test_command_meta.py @@ -16,7 +16,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Isaku Yamahata, Intel import logging diff --git a/neutronclient/tests/unit/vpn/test_cli20_ikepolicy.py b/neutronclient/tests/unit/vpn/test_cli20_ikepolicy.py index fc5a1a4d0..d21fb1455 100644 --- a/neutronclient/tests/unit/vpn/test_cli20_ikepolicy.py +++ b/neutronclient/tests/unit/vpn/test_cli20_ikepolicy.py @@ -13,7 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Swaminathan Vasudevan, Hewlett Packard. import sys diff --git a/neutronclient/tests/unit/vpn/test_cli20_ipsec_site_connection.py b/neutronclient/tests/unit/vpn/test_cli20_ipsec_site_connection.py index 077db1e16..afcd04b2a 100644 --- a/neutronclient/tests/unit/vpn/test_cli20_ipsec_site_connection.py +++ b/neutronclient/tests/unit/vpn/test_cli20_ipsec_site_connection.py @@ -13,7 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Swaminathan Vasudevan, Hewlett Packard. import sys diff --git a/neutronclient/tests/unit/vpn/test_cli20_ipsecpolicy.py b/neutronclient/tests/unit/vpn/test_cli20_ipsecpolicy.py index ca413a053..7d3d0ba1e 100644 --- a/neutronclient/tests/unit/vpn/test_cli20_ipsecpolicy.py +++ b/neutronclient/tests/unit/vpn/test_cli20_ipsecpolicy.py @@ -13,7 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Swaminathan Vasudevan, Hewlett Packard. import sys diff --git a/neutronclient/tests/unit/vpn/test_cli20_vpnservice.py b/neutronclient/tests/unit/vpn/test_cli20_vpnservice.py index 8afd081dc..a3cab0fb5 100644 --- a/neutronclient/tests/unit/vpn/test_cli20_vpnservice.py +++ b/neutronclient/tests/unit/vpn/test_cli20_vpnservice.py @@ -13,7 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Swaminathan Vasudevan, Hewlett Packard. import sys diff --git a/neutronclient/tests/unit/vpn/test_utils.py b/neutronclient/tests/unit/vpn/test_utils.py index 7b815a55a..c39f7ceb5 100644 --- a/neutronclient/tests/unit/vpn/test_utils.py +++ b/neutronclient/tests/unit/vpn/test_utils.py @@ -13,7 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Swaminathan Vasudevan, Hewlett Packard. import testtools diff --git a/neutronclient/version.py b/neutronclient/version.py index 189990079..4178a0964 100644 --- a/neutronclient/version.py +++ b/neutronclient/version.py @@ -13,7 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Carl Baldwin, Hewlett-Packard import pbr.version diff --git a/tox.ini b/tox.ini index 94ab88246..e59202421 100644 --- a/tox.ini +++ b/tox.ini @@ -41,8 +41,7 @@ downloadcache = ~/cache/pip # # TODO Fix the following rules from hacking 0.9.x # E265 block comment should start with '# ' -# H105 Don't use author tags # H405 multi line docstring summary not separated with an empty line -ignore = E125,E265,H105,H405 +ignore = E125,E265,H405 show-source = true exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools