summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2019-07-14 23:47:07 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2019-07-14 23:47:07 +0300
commitee1f0365d20cc0e58dd5538c5f6e082587f0b093 (patch)
treec45522cddb567dc5c4ca1485726f3b1afcf7b21d /test
parentc0aad59d13dc611641f204066d9453bbb4baf25d (diff)
downloadunit-ee1f0365d20cc0e58dd5538c5f6e082587f0b093.tar.gz
unit-ee1f0365d20cc0e58dd5538c5f6e082587f0b093.tar.bz2
Tests: removed unused import.
Diffstat (limited to 'test')
-rw-r--r--test/test_tls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_tls.py b/test/test_tls.py
index 14efb3a7..3aa0218e 100644
--- a/test/test_tls.py
+++ b/test/test_tls.py
@@ -1,6 +1,5 @@
import re
import ssl
-import time
import subprocess
import unittest
from unit.applications.tls import TestApplicationTLS