Merge node common with daemon common

This commit is contained in:
2021-06-01 12:17:25 -04:00
parent f73c433fc7
commit 9764090d6d
9 changed files with 146 additions and 337 deletions

View File

@ -28,7 +28,7 @@ from threading import Thread
from xml.etree import ElementTree
import pvcnoded.common as common
import daemon_lib.common as common
import pvcnoded.VMConsoleWatcherInstance as VMConsoleWatcherInstance