mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-17 00:00:56 +01:00
EntryPoint: Fixes local package being used over system level
Due to a local file named 'signal.py' this was being imported instead of the system level 'signal' package. This commit ensures the the system level is used instead.
This commit is contained in:
parent
3653e1b507
commit
64574b1d4c
@ -14,6 +14,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
from __future__ import absolute_import
|
||||||
import sys
|
import sys
|
||||||
import argparse
|
import argparse
|
||||||
import logging
|
import logging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user