From 6829b82becec379bb397ee48f4e8f892820ca347 Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Wed, 30 Nov 2016 21:37:07 +0200 Subject: [PATCH] remove stale imports from test_commands --- jmbase/test/test_commands.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/jmbase/test/test_commands.py b/jmbase/test/test_commands.py index 9fd20e9..8c25600 100644 --- a/jmbase/test/test_commands.py +++ b/jmbase/test/test_commands.py @@ -3,23 +3,14 @@ from __future__ import print_function from twisted.python.log import startLogging, err from twisted.python.log import msg as tmsg from twisted.internet import protocol, reactor -from twisted.internet.task import LoopingCall from twisted.internet.error import (ConnectionLost, ConnectionAborted, ConnectionClosed, ConnectionDone) from twisted.protocols.amp import UnknownRemoteError from twisted.python import failure from twisted.protocols import amp -from twisted.internet.protocol import ClientFactory -from twisted.internet.endpoints import TCP4ClientEndpoint from jmbase.commands import * -from sys import stdout import json -import random -import string -import time -import hashlib -import os import pytest test_completed = False