-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Thanks for your great work on this useful api.
I got an error:
user@machine> itop-cli
Traceback (most recent call last):
File "./itop-cli", line 11, in <module>
from itopapi import ItopapiController, ItopapiConfig, UnsupportedImportFormat
File "/root/python-itop-api-master/itopapi/__init__.py", line 10, in <module>
from itopapi.model import ItopapiRack, ItopapiServer
File "/root/python-itop-api-master/itopapi/model/__init__.py", line 19, in <module>
from itopapi.model.webApplication import ItopapiWebApplication
ImportError: No module named webApplication
May be we should
rename the ./itopapi/model/webapplication.py to itopapi/model/webApplication.py
or modify from itopapi.model.webApplication import ItopapiWebApplication to from itopapi.model.webapplication import ItopapiWebApplication.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels