rename all occurences to SDDC

This commit is contained in:
Jakob Ketterl
2020-11-27 18:49:33 +01:00
parent b5d56eaec2
commit 74be25f656
2 changed files with 7 additions and 2 deletions

6
owrx/source/sddc.py Normal file
View File

@ -0,0 +1,6 @@
from owrx.source.connector import ConnectorSource
class SddcSource(ConnectorSource):
def getCommandMapper(self):
return super().getCommandMapper().setBase("sddc_connector")