url=url.replace('@','.')# support email-style addresses, per the OA standard
url=url.replace('@','.')# support email-style addresses, per the OA standard
ifnot'.'inurl:
if('.'inurl)and(not'<'inurl)and(not''inurl):
returnFalse
else:
ifnotOA_READY:# handle a failed DNSPython load
ifnotOA_READY:# handle a failed DNSPython load
QMessageBox.warning(self.win,_('Error'),'Could not load DNSPython libraries, please ensure they are available and/or Electrum has been built correctly',_('OK'))
QMessageBox.warning(self.win,_('Error'),'Could not load DNSPython libraries, please ensure they are available and/or Electrum has been built correctly',_('OK'))