Conform constants.py with the minimal standards
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 17 May 2017 05:44:27 +0000 (07:44 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 17 May 2017 09:17:06 +0000 (11:17 +0200)
commitf1dec639de47c632ebcf9acc4f7e74ed57979a6f
tree51f6162a07954e8881aa9d94ceae68bbf409c611
parentee57872eaceb8d29a1312fac13a757a81490610f
Conform constants.py with the minimal standards

It adds the shebang to constants.py and its dependencies and stops
importing from a relative path. It stops printing obsolete values too.

It adds python3 support to them by the way.

Change-Id: Ie7bddcf253eb245844d9e11c17acc69943c1ba63
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/utils/config.py [changed mode: 0755->0644]
functest/utils/constants.py [changed mode: 0755->0644]
functest/utils/env.py