Adds the txcontent manager import for bigip (#21700)

as it is used by some modules and it should be part
of the regular imports
pull/21712/head
Tim Rupp 8 years ago committed by John R Barker
parent b0c6ebf3fc
commit 96bdb01888

@ -142,7 +142,10 @@ def fq_list_names(partition,list_names):
try:
from f5.bigip import ManagementRoot as BigIpMgmt
from f5.bigip.contexts import BigIpTxContext
from f5.bigiq import ManagementRoot as BigIqMgmt
from f5.iworkflow import ManagementRoot as iWorkflowMgmt
from icontrol.session import iControlUnexpectedHTTPError
HAS_F5SDK = True

Loading…
Cancel
Save