mfesiem / msiempy

McAfee SIEM API Python wrapper
https://mfesiem.github.io/docs/msiempy/msiempy.html
MIT License
23 stars 9 forks source link

Samples and refactor #56

Closed tristanlatr closed 4 years ago

andywalden commented 4 years ago

Sorry! I missed the review request!

tristanlatr commented 4 years ago

@andywalden I think you should review the code. I changed DevTree in order to use the data property. So DevTree.devtree doesn't exist anymore, it's now DevTree.data so it implements list interface automatically from UserList abstract class.