mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
ansible-test - Remove duplicate code.
This commit is contained in:
@@ -16,11 +16,6 @@ try:
|
||||
except ImportError:
|
||||
base_exec_prefix = None
|
||||
|
||||
try:
|
||||
from sys import base_exec_prefix
|
||||
except ImportError:
|
||||
base_exec_prefix = None
|
||||
|
||||
print(json.dumps(dict(
|
||||
real_prefix=real_prefix or base_exec_prefix,
|
||||
)))
|
||||
|
||||
Reference in New Issue
Block a user