[Asterisk-code-review] asterisk.py: Remove unuset ConnectionDone import from twisted (...testsuite[master])

Rodrigo Ramirez Norambuena asteriskteam at digium.com
Sun May 12 11:31:10 CDT 2019


Rodrigo Ramirez Norambuena has uploaded this change for review. ( https://gerrit.asterisk.org/c/testsuite/+/11377


Change subject: asterisk.py: Remove unuset ConnectionDone import from twisted
......................................................................

asterisk.py: Remove unuset ConnectionDone import from twisted

Change-Id: I884ac2a09c64e77d14e19977417b51889f11f908
---
M lib/python/asterisk/asterisk.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/77/11377/1

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/+/11377
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Change-Id: I884ac2a09c64e77d14e19977417b51889f11f908
Gerrit-Change-Number: 11377
Gerrit-PatchSet: 1
Gerrit-Owner: Rodrigo Ramirez Norambuena <a at rodrigoramirez.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190512/b8a6f827/attachment.html>


More information about the asterisk-code-review mailing list