[lvm-devel] master - lvmdbustest.py: Remove redundant import

tasleson tasleson at fedoraproject.org
Wed Nov 30 21:59:48 UTC 2016


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=ea2eb2df97252a5dc0f7fd27018171162d1e07ce
Commit:        ea2eb2df97252a5dc0f7fd27018171162d1e07ce
Parent:        b75d1a591c2ad3c85b9bc25139d2044f439e8cc7
Author:        Tony Asleson <tasleson at redhat.com>
AuthorDate:    Wed Nov 30 14:54:39 2016 -0600
Committer:     Tony Asleson <tasleson at redhat.com>
CommitterDate: Wed Nov 30 15:59:06 2016 -0600

lvmdbustest.py: Remove redundant import

---
 test/dbus/lvmdbustest.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/test/dbus/lvmdbustest.py b/test/dbus/lvmdbustest.py
index 11fa19f..2e3ec22 100755
--- a/test/dbus/lvmdbustest.py
+++ b/test/dbus/lvmdbustest.py
@@ -717,7 +717,6 @@ class TestDbusService(unittest.TestCase):
 
 	# noinspection PyUnresolvedReferences
 	def _wait_for_job(self, j_path):
-		import time
 		rc = None
 		j = ClientProxy(self.bus, j_path, interfaces=(JOB_INT, )).Job
 




More information about the lvm-devel mailing list