[Asterisk-code-review] asterisk.py: Remove unused ConnectionDone import from twisted (...testsuite[13])
Friendly Automation
asteriskteam at digium.com
Fri May 24 09:07:15 CDT 2019
Friendly Automation has submitted this change and it was merged. ( https://gerrit.asterisk.org/c/testsuite/+/11384 )
Change subject: asterisk.py: Remove unused ConnectionDone import from twisted
......................................................................
asterisk.py: Remove unused ConnectionDone import from twisted
Change-Id: I884ac2a09c64e77d14e19977417b51889f11f908
---
M lib/python/asterisk/asterisk.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Sean Bright: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved
Friendly Automation: Approved for Submit
diff --git a/lib/python/asterisk/asterisk.py b/lib/python/asterisk/asterisk.py
index c40865d..db21172 100644
--- a/lib/python/asterisk/asterisk.py
+++ b/lib/python/asterisk/asterisk.py
@@ -31,7 +31,7 @@
from twisted.conch.ssh.keys import Key
from twisted.conch.client.knownhosts import KnownHostsFile
from twisted.conch.endpoints import SSHCommandClientEndpoint
- from twisted.internet.error import ConnectionDone, ProcessTerminated
+ from twisted.internet.error import ProcessTerminated
except ImportError as ie:
# We cache any import errors here, as there's no point in bothering
# things if we don't need the SSH connection to a remote Asterisk instance
--
To view, visit https://gerrit.asterisk.org/c/testsuite/+/11384
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 13
Gerrit-Change-Id: I884ac2a09c64e77d14e19977417b51889f11f908
Gerrit-Change-Number: 11384
Gerrit-PatchSet: 2
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Rodrigo Ramirez Norambuena <a at rodrigoramirez.com>
Gerrit-Reviewer: Sean Bright <sean.bright at gmail.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190524/90bab78b/attachment.html>
More information about the asterisk-code-review
mailing list