def __init__(self): """ Class constructor """ conf = SADConfig() self._host = conf.getaddress() self._port = conf.getport() self._storage = conf.getstoragepath() self._dbase = conf.getdb() self._msu = conf.getmsu()