[Libguestfs] [PATCH 01/18] rhv-upload: Remove unused exception class

Nir Soffer nirsof at gmail.com
Sun Nov 17 23:04:23 UTC 2019


---
 v2v/rhv-upload-plugin.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py
index 896c17942..fdd2012f5 100644
--- a/v2v/rhv-upload-plugin.py
+++ b/v2v/rhv-upload-plugin.py
@@ -565,9 +565,6 @@ def close(h):
 # (https://pypi.org/project/uhttplib/)
 # Ported to Python 3 by Irit Goihman.
 
-class UnsupportedError(Exception):
-    pass
-
 class UnixHTTPConnection(HTTPConnection):
     def __init__(self, path, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
         self.path = path
-- 
2.21.0





More information about the Libguestfs mailing list