1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00: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:
Marc Bonnici 2017-06-09 11:10:44 +01:00
parent 3653e1b507
commit 64574b1d4c

View File

@ -14,6 +14,7 @@
#
from __future__ import absolute_import
import sys
import argparse
import logging