Change in vdsm[master]: api: Remove unused import

nsoffer at redhat.com nsoffer at redhat.com
Mon Sep 29 17:10:49 UTC 2014


Nir Soffer has uploaded a new change for review.

Change subject: api: Remove unused import
......................................................................

api: Remove unused import

Commit e7ea52c761 remove usage of threading module but left the unused
import, breaking the build. Fortunately, nobody runs make check :-)

Change-Id: Id5f3d60bd241bd276cdf506aa4de23d8478aa90b
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M vdsm/API.py
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/05/33505/1

diff --git a/vdsm/API.py b/vdsm/API.py
index d7caa37..a1129b3 100644
--- a/vdsm/API.py
+++ b/vdsm/API.py
@@ -26,7 +26,6 @@
 import sys
 import copy
 import time
-import threading
 import logging
 import errno
 


-- 
To view, visit http://gerrit.ovirt.org/33505
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5f3d60bd241bd276cdf506aa4de23d8478aa90b
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>


More information about the vdsm-patches mailing list