a27284
--- a/agents/gce/fence_gce.py	2022-04-28 13:03:37.740117897 +0200
a27284
+++ b/agents/gce/fence_gce.py	2022-04-28 13:05:47.180735990 +0200
a27284
@@ -9,7 +9,6 @@
a27284
 #
554a6e
 
a27284
 import atexit
a27284
-import httplib2
a27284
 import logging
a27284
 import json
a27284
 import re
a27284
@@ -30,6 +29,8 @@
554a6e
 
a27284
 from fencing import fail_usage, run_delay, all_opt, atexit_handler, check_input, process_input, show_docs, fence_action, run_command
a27284
 try:
a27284
+  sys.path.insert(0, '/usr/lib/fence-agents/bundled/gce')
a27284
+  import httplib2
a27284
   import googleapiclient.discovery
a27284
   import socks
a27284
   try: