mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
misc: rename common.py to avoid private library conflict
The offline tool use a utility libary and use "common" to named it, this name conflict with some customer's local library, so we rename it to a better and clear name. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import sys, os, logging
|
||||
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'library'))
|
||||
import common, lib.lib, lib.error
|
||||
import lib.lib, lib.error
|
||||
|
||||
def fn(board_etree, scenario_etree, allocation_etree):
|
||||
# With the console vUART explicitly specified as COM port and communication vUART with explicit I/O port base
|
||||
|
||||
Reference in New Issue
Block a user