Fix overlong line
hacking 6.0.0 was released and this now detects a line that is too long, but went unnoticed before. Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: Ia6bcf800a284284e88610aad2edd1d60b75142e6
This commit is contained in:
parent
d25ec820b1
commit
4eb4cf59bf
@ -36,7 +36,8 @@ import six
|
||||
from openstack_requirements import project
|
||||
from openstack_requirements import requirement
|
||||
|
||||
_setup_py_text = """# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
||||
_setup_py_text = """\
|
||||
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
Loading…
Reference in New Issue
Block a user