Infoblox-Development / Infoblox-API-Python

Implements the subset of Infoblox API via REST API
Apache License 2.0
89 stars 59 forks source link

failure when instantiating #26

Open m1357 opened 6 years ago

m1357 commented 6 years ago

when I try to start up the api object I get the following. happens with any values passed.

import infoblox

iba_api = infoblox.Infoblox('10.10.20.32', 'admin', 'secret', '1.6', 'internal', 'default') Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'Infoblox'