Blame SOURCES/bz1969953-fence_gce-3-fix-httplib2-import.patch

021bc5
--- a/agents/gce/fence_gce.py	2021-10-19 10:29:17.000000000 +0000
021bc5
+++ b/agents/gce/fence_gce.py	2021-10-26 15:26:11.348781027 +0000
021bc5
@@ -1,7 +1,6 @@
021bc5
 #!@PYTHON@ -tt
021bc5
 
021bc5
 import atexit
021bc5
-import httplib2
021bc5
 import logging
021bc5
 import os
021bc5
 import sys
021bc5
@@ -19,6 +18,7 @@
021bc5
 from fencing import fail_usage, run_delay, all_opt, atexit_handler, check_input, process_input, show_docs, fence_action
021bc5
 try:
021bc5
   sys.path.insert(0, '/usr/lib/fence-agents/bundled/google')
021bc5
+  import httplib2
021bc5
   import googleapiclient.discovery
021bc5
   import socks
021bc5
   try: