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

@ -26,7 +26,7 @@ import psycopg2
from threading import Thread, Event
import pvcnoded.common as common
import daemon_lib.common as common
class DNSAggregatorInstance(object):