support new sysbus layout

This commit is contained in:
2020-02-05 17:52:43 +01:00
parent 8c4f998018
commit 819df7f6e1
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ from pprint import pprint
rundir=os.path.realpath(os.path.dirname(sys.argv[0]))
os.chdir(rundir)
sys.path.append(os.path.join(rundir,'sysbus/src'))
from sysbus import sysbus
from ovh import ovh

2
sysbus

Submodule sysbus updated: b02bfb4785...d2dfc06337